TimeSpanRange Struct
In This Article
The time span range.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[TypeConverter(typeof(TimeSpanRangeTypeConverter))]
public struct TimeSpanRange :
IFormattable,
IEquatable<TimeSpanRange>
#Related API Members
The following members return TimeSpanRange objects:
See Also