corelibraries-devexpress-dot-mvvm-3278a708.md
Time interval which provides extended operations such as Union and Intersect.
Namespace : DevExpress.Mvvm
Assembly : DevExpress.Mvvm.v25.2.dll
NuGet Packages : DevExpress.Mvvm, DevExpress.Win.Navigation
public struct DateTimeRange :
IFormattable,
IEquatable<DateTimeRange>
Public Structure DateTimeRange
Implements IFormattable,
IEquatable(Of DateTimeRange)
The following members return DateTimeRange objects:
Show 31 links
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