If I want to specify multiple time macros, how can it be done?
For example....
I know Saturday at 3a is done like this
If @Hour = 03 AND @WDAY = 7 Then....
But What if I wanted more control like...
If @Hour = 03 AND @WDAY = 1 OR @WDAY= 2
Would this get me 3a on Sunday and Monday? Or would it give me 3a on Sunday and ANYTIME on Monday?
Thanks
For example....
I know Saturday at 3a is done like this
If @Hour = 03 AND @WDAY = 7 Then....
But What if I wanted more control like...
If @Hour = 03 AND @WDAY = 1 OR @WDAY= 2
Would this get me 3a on Sunday and Monday? Or would it give me 3a on Sunday and ANYTIME on Monday?
Thanks