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

TimeSpanRange Struct

The time span range.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[TypeConverter(typeof(TimeSpanRangeTypeConverter))]
public struct TimeSpanRange :
    IFormattable,
    IEquatable<TimeSpanRange>
See Also