DateTimeRange Struct
In This Article
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>
#Related API Members
The following members return DateTimeRange objects:
#Remarks
The DateTimeRange properties and methods allow you to define a date/time range, unite two dates, and determine date overlap.
See Also