SchedulerPrintAdapter.WorkTime Property
In This Article
Gets or sets the work time interval for a day.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public TimeOfDayInterval WorkTime { get; set; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
When the WorkTime value is modified, the SchedulerPrintAdapter.WorkTimeChanged event occurs.
See Also