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

QueryWorkTimeEventArgs.Interval Property

Gets the time interval for which the working time is queried.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v22.1.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public TimeInterval Interval { get; }

Property Value

Type Description
TimeInterval

A TimeInterval object.

See Also