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

WorkTimeValidationEventArgs.WorkTime Property

Gets or sets the work-time interval to be validated.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public TimeOfDayInterval WorkTime { get; set; }

Property Value

Type Description
TimeOfDayInterval

A TimeOfDayInterval object.

See Also