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.v21.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public DateTimeRange Interval { get; }

Property Value

Type Description
DateTimeRange

A DateTimeRange object that is the time interval.

See Also