Skip to main content

DateTimeRange Struct

The date-time range.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

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