Skip to main content

QueryWorkTimeEventArgs.Interval Property

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public TimeInterval Interval { get; }

Property Value

Type Description
TimeInterval

A TimeInterval object.

See Also