A newer version of this page is available.
Switch to the current version.
DateTimeRange Struct
Time interval which provides extended operations such as Union and Intersect.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v19.1.dll
Declaration
public struct DateTimeRange :
IFormattable,
IEquatable<DateTimeRange>
Public Structure DateTimeRange
Implements IFormattable,
IEquatable(Of DateTimeRange)
Related API Members
The following members accept/return DateTimeRange objects:
Show 25 links
Remarks
The DateTimeRange class is used to represent a specific datetime range within the SchedulerControl.
The DateTimeRange properties and methods allow you to define (DateTimeRange) and manipulate (DateTimeRange.Intersect, DateTimeRange.Union) the datetime range.
See Also
Feedback