Skip to main content
A newer version of this page is available. .

DateTimeRange Struct

The date-time range.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

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