Schedules for policies are slightly different from a task schedule. To ensure that we can capture all the semantics of how long a policy remains in effect, the schedule provides multiple options
A schedule may be specified from mon-fri 11:00 - 13:00
| Column Name | Column Datatype | Column Null Option | Column Comment |
| sched_uuid | byte(16) | not null | The sched uuid |
| start_dt | date | with null | |
| end_dt | date | with null | |
| month_mask | integer | with null | A mask for the month. The integer is used as a bit field |
| month_day_mask | integer | with null | Mask for the month |
| week_day_mask | integer | with null | |
| start_time_min_from_mid | integer | with null | Start time from midnight |
| end_time_from_mid | integer | with null |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| sched_uuid | wsm_userprofile_assoc_detail | sched_uuid |