Hi,
in the sysjobschedules table, should freq_type = 8 (weekly), then freq_interval is a bitwise value and 1 = sunday, 2 = monday, 4 = tuesday, 8 = wednesday, 16 = thursday, 32 = friday and 64 = saturday.
How from the single bitwise value, do I extract which of the above day(s) the bitwise value represents?????
many thanks.
in the sysjobschedules table, should freq_type = 8 (weekly), then freq_interval is a bitwise value and 1 = sunday, 2 = monday, 4 = tuesday, 8 = wednesday, 16 = thursday, 32 = friday and 64 = saturday.
How from the single bitwise value, do I extract which of the above day(s) the bitwise value represents?????
many thanks.