Skip to main content

TimeSpanRange Struct

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v24.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

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