CalendarDay is an abstract class used to represents the working time of a day.
N/A
N/A
The following table lists the fields for this object.
Field | Detail |
---|---|
type | Type: CalendarWeekDayType Default value: N/A Description: Type of day Field validation description: N/A Additional field security restrictions: N/A |
intervals | Type: WorkInterval[] Default value: N/A Description: Intervals of working time in a day. A maximum of 5 intervals can be added. Field validation description: : A maximum of 5 intervals can be added. The to field must be smaller than the from field of a consecutive WorkInterval. Additional field security restrictions: N/A |
minutes | Type: int Default value: N/A Description: Number of working minutes in a day Field validation description: This field is read-only. It is calculated automatically from the intervals. Additional field security restrictions: N/A |