Version

DaysOfWeekSettings Property (XamScheduler)

Returns or sets an object which determines the workdays and working hours for the control.
Syntax
public ScheduleDaysOfWeekSettings DaysOfWeekSettings {get; set;}
Remarks

By default, all days except for Saturday and Sunday are considered workdays, and working hours are 9AM to 5PM.

Use this property to change the working hours or workday status for a specific day of the week.

Note that the workday status and working hours can be customized on a per-resource basis using the Infragistics.Scheduler.ScheduleResource.DaysOfWeekSettings property. An explicit setting at the resource level overrides the corresponding control-level setting for that resource.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also