Back to Devexpress

DateTimeRange Struct

maui-devexpress-dot-maui-dot-scheduler-79d2d452.md

latest2.8 KB
Original Source

DateTimeRange Struct

The time range that provides access to extended operations, such as Union and IntersectWith.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Mvvm.dll

NuGet Package : DevExpress.Maui.Mvvm

Declaration

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

The following members return DateTimeRange objects:

Show 12 links

Implements

IFormattable

IEquatable<DateTimeRange>

Extension Methods

Yield<DateTimeRange>()

YieldIfNotNull<DateTimeRange>()

See Also

DateTimeRange Members

DevExpress.Maui.Scheduler Namespace