Skip to main content

TimeSpanRange Struct

The time span range.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

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