Named scheduled time period for one or more days
| Column Name | Column Datatype | Column Null Option | Column Comment |
| schedule_name | varchar(64) | not null | The name of the schedule |
| monday | integer1 | with null | Flag set if scheduled for this day |
| tuesday | integer1 | with null | Flag set if scheduled for this day |
| wednesday | integer1 | with null | Flag set if scheduled for this day |
| thursday | integer1 | with null | Flag set if scheduled for this day |
| friday | integer1 | with null | Flag set if scheduled for this day |
| saturday | integer1 | with null | Flag set if scheduled for this day |
| sunday | integer1 | with null | Flag set if scheduled for this day |
| start_time | date | with null | The scheduled starting time |
| end_time | date | with null | The scheduled ending time |
Product Name: Unicenter Application Performance Management
Table Type: Table