Hierarchy
- ProductionScheduleGeneralSettings
Properties
daySchedule
Workday schedule.
Type declaration
-
additional
Break Times: TimeFromAndTo[] Additional breaks.
-
lunch
Time: TimeFromAndTo Main break (for example, lunch break).
-
working
Time: TimeFromAndTo Working hours.
weekends
Non-working days.
Each day of the week is compared against the non-working day attribute.
Type declaration
-
friday: boolean
-
monday: boolean
-
saturday: boolean
-
sunday: boolean
-
thursday: boolean
-
tuesday: boolean
-
wednesday: boolean
Business calendar settings
The business hours and non-working days are defined in the Business Calendar. You can get the Business Calendar settings using the
ProductionSchedule.getGeneralSettings method.