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

WorkTimeValidationEventArgs.TimeInterval Property

Provides access to a time interval, for which the work-time interval is validated.

Namespace: DevExpress.XtraScheduler.Reporting

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

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

Declaration

public TimeInterval TimeInterval { get; }

Property Value

Type Description
TimeInterval

A TimeInterval object.

See Also