CS
CSCalendarBreakTime
The table for the data that ia shown on the "Break Times" tab of the Work Calendar (CS209000) form. The data drives break time information for use in production scheduling. A work calendar can have zero to many break time records.
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
BreakTime | int | Break Duration | - | |
Description:Amount of time (in minutes) of the break period. End Time - Start Time. | ||||
CalendarID | nvarchar(10) | Calendar ID | CSCalendar | |
Description:The work calendar identifier. This field is a key field. Corresponds to the CSCalendar.CalendarID field. | ||||
DayOfWeek | int | Day Of Week | - | |
Description:The field contains an option how the break period is applied to the calendar. This field is a key field. The field can have one of the values listed in the dayOfWeek.List class. The default value is dayOfWeek.All. | ||||
Description | nvarchar(60) | Description | - | |
Description:Description of the break period. | ||||
EndTime | datetime | End Time | - | |
Description:End time of the break period. | ||||
LastModifiedByID | uniqueidentifier | Last Modified By | Users | |
Description:No description available | ||||
LastModifiedByScreenID | char(8) | - | ||
Description:No description available | ||||
LastModifiedDateTime | datetime | - | ||
Description:No description available | ||||
StartTime | datetime | Start Time | - | |
Description:Start time of break period. | ||||
tstamp | timestamp | - | ||
Description:No description available | ||||