adTempus version 4.4
I'm trying to query job trigger information from adTempus SQL tables to help analyze the time dependencies between job tasks.
The daySpecification table has some mask fields that I need to get the actual weekdays from.
For instance I have a job with monthMask = 8190 and weekdayMask = 252. I know the job runs every month Mon, Tues, Wed, Thurs, Fri, Sat.
How do I get the months and days of the week from the mask field values?
Thanks