Skip to main content

DateTimeRange Struct

A structure that specifies a time interval with the [start, end). mathematical formula.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

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

Remarks

The DateTimeRange properties and methods allow you to define a date/time range, unite two dates, and determine date overlap.

See Also