Skip to main content

TimeSpanRange Struct

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>
See Also