This view provides information about patterns defined for a calendar, such as a weekday/weekend pattern.
View Column Name | Description | Data Type | Format |
---|---|---|---|
CalendarName | The name of the calendar. | VARCHAR(128) | X(128) |
DayName | The day name, for example, Friday | VARCHAR(9) | X(9) |
Pattern | The ON or OFF pattern settings. | VARCHAR(3) | X(3) |
PatternComment | The comment for each day in the pattern. | VARCHAR(1024) | X(1024) |
CreatorName | The user who created the pattern. | VARCHAR(128) | X(128) |
LastModified | The timestamp of last pattern change. | TIMESTAMP(0) | YYYY-MM-DD:HH:MI:SS |