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

CustomWorkTimeEventArgs.Interval Property

Gets the time interval for which a work time setting is obtained.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public DateTimeRange Interval { get; }

Property Value

Type Description
DateTimeRange

A DateTimeRange object that is the time interval.

See Also