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.v20.1.Core.dll

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

Declaration

public TimeInterval Interval { get; }

Property Value

Type Description
TimeInterval

A TimeInterval object.

See Also