A newer version of this page is available.
Switch to the current version.
SchedulerPrintAdapter.WorkTime Property
Gets or sets the work time interval for a day.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public TimeOfDayInterval WorkTime { get; set; }
Public Property WorkTime As TimeOfDayInterval
Property Value
Type | Description |
---|---|
TimeOfDayInterval | A TimeOfDayInterval value representing the work time interval. |
Remarks
When the WorkTime value is modified, the SchedulerPrintAdapter.WorkTimeChanged event occurs.
See Also
Feedback