Skip to main content

TimeSpanRange Struct

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

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