McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 573

↗ View in doc context
page
573
source
ucce/v15.0.1/db-schema-handbook/db-schema-handbook.md
chunk_id
ucce::v15.0.1::db-schema-handbook::db-schema-handbook::559

Keys and NULL Option Data Type Description Name NOT NULL DBTINYINT Indicates whether the business hour is open or closed. • 0 indicates that the business hour is closed. • 1indicates that the business hour is open. ScheduleStatus NOT NULL DBSMALLINT Specifies the date of the month for the special month. Valid values range from 1 to 31. SpecialDay NOT NULL DBSMALLINT Specifies the month of the special day. Valid values range from 1 to 12. MonthOfSpecialDay NOT NULL DBSMALLINT Specifies the year of the special day. YearOfSpecialDay NULL DBSMALLINT Specifies the hour the special day starts. The value is stored in the local time of the scheduled zone. Use this parameter in conjunction with the EndHour parameter. Note The value of this field is NULL if the Schedule Status is closed (0). StartHour NULL DBSMALLINT Specifies the minute the special day starts. Use this parameter in conjunction with the EndMinute parameter. Note The value of this field is NULL if the Schedule Status is closed (0). StartMinute NULL DBSMALLINT Specifies the second the special day starts. Use this parameter in conjunction with the EndSecond parameter. Note The value of this field is NULL if the Schedule Status is closed (0). Default value is zero. StartSecond NULL DBSMALLINT Specifies the hour the special day ends. Use this parameter in conjunction with the StartHour parameter. Note The value of this field is NULL if the Schedule Status is closed (0). EndHour Database Schema Handbook for Cisco Unified Contact Center Enterprise, Release 15.0(1) 555 All Tables Special_Day_Schedule