I have 3 varibles holding values Day Of Week(enum of week), Hour(0 to 23) and Minute(0 to 23), These 3 variables can hold only one comman value N/A and other values are different.
If all are N/A or some valid values then I have to execute a particular logic A. If anyone is NA and others are valid then I have to execute some other Logic B
I tryed a lot using If but not getting any generic solution. Can some one trigger me