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.v19.2.Core.dll

Declaration

public TimeOfDayInterval WorkTime { get; set; }

Property Value

Type Description
TimeOfDayInterval

A TimeOfDayInterval object.

See Also