ig.scheduler.ScheduleDayOfWeekSettings
Dependencies
-
ig.scheduler.ScheduleDayOfWeekSettings
Constructor- new $.ig.scheduler.ScheduleDayOfWeekSettings( );
Creates a new instance.
-
dayOfWeek
- .dayOfWeek( );
Returns the System.DayOfWeek constant which identifies the associated day of the week.
-
isWorkday
- .isWorkday( );
Determines whether this day of the week is a workday for the associated resource.
Remarks
A return value of null indicates that no value has been explicitly set; in this case, the value is resolved by the associated control.
Setting this property to false causes the ScheduleDayOfWeekSettings.workingHours collection to become inapplicable, i.e., all time slots are considered to fall within non-working hours. as
Setting this property to true in the case where no working hours are explicitly defined causes the associated day of the week to acquire the working hours as defined at the control level.
-
isWorkday
- .isWorkday( value:boolean );
Determines whether this day of the week is a workday for the associated resource.
- value
- Type:boolean
Remarks
A return value of null indicates that no value has been explicitly set; in this case, the value is resolved by the associated control.
Setting this property to false causes the ScheduleDayOfWeekSettings.workingHours collection to become inapplicable, i.e., all time slots are considered to fall within non-working hours. as
Setting this property to true in the case where no working hours are explicitly defined causes the associated day of the week to acquire the working hours as defined at the control level.
-
toString
- .toString( );
Returns the string representation of this object.
-
workingHours
- .workingHours( );
- Return Type:
- ig.scheduler.WorkingHoursCollection
- Return Type Description:
- Returns a WorkingHoursCollection.
Returns a collection through which working hours can be defined for a resource.
Remarks
By default, working hours are defined at a higher level of the property resolution hierarchy.
Use this collection to override the working hours for the associated resource.
See Also
-
workingHours
- .workingHours( value:ig.scheduler.WorkingHoursCollection );
- Return Type:
- ig.scheduler.WorkingHoursCollection
- Return Type Description:
- Returns a WorkingHoursCollection.
Sets a collection through which working hours can be defined for a resource.
- value
- Type:ig.scheduler.WorkingHoursCollection
Remarks
By default, working hours are defined at a higher level of the property resolution hierarchy.
Use this collection to override the working hours for the associated resource.
See Also