Skip to main content

CustomWorkTimeEventArgs.Interval Property

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.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