Skip to main content
A newer version of this page is available. .

ASPxSchedulerPrintAdapterBase.WorkTime Property

Gets or sets the work time interval for a day.

Namespace: DevExpress.Web.ASPxScheduler.Reporting

Assembly: DevExpress.Web.ASPxScheduler.v22.1.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public TimeOfDayInterval WorkTime { get; set; }

Property Value

Type Description
TimeOfDayInterval

A TimeOfDayInterval value representing the work time interval.

See Also