Contains the service hours for a report group. If service hours are not defined for a given day, the default service hours applies.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| report_group_id | integer | not null | Unique identity for the report group |
| day_name | nvarchar(15) | not null | The valid day for the service hous
Values: - monday - tuesday - wednesday - thursday - friday - saturday - sunday |
| start_time | integer | with null | The start time in seconds since 00.00 |
| end_time | integer | with null | The end time in seconds since 00:00 |
| created | integer | with null | Epoch time of creation |
Product Name: Unicenter Service Management
Table Type: Table