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

DateTimeRange Struct

Time interval which provides extended operations such as Union and Intersect.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

[TypeConverter(typeof(DateTimeRangeTypeConverter))]
public struct DateTimeRange :
    IFormattable,
    IEquatable<DateTimeRange>

Remarks

The DateTimeRange class is used to represent a specific datetime range within the SchedulerControl.

The DateTimeRange properties and methods allow you to define (DateTimeRange) and manipulate (DateTimeRange.Intersect, DateTimeRange.Union) the datetime range.

See Also