TimeSpanRange Struct
In This Article
The time span range.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
[TypeConverter(typeof(TimeSpanRangeTypeConverter))]
public struct TimeSpanRange :
IFormattable,
IEquatable<TimeSpanRange>
#Related API Members
The following members return TimeSpanRange objects:
See Also