Back to Devexpress

DateTimeRange Struct

corelibraries-devexpress-dot-mvvm-3278a708.md

latest5.2 KB
Original Source

DateTimeRange Struct

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

Declaration

csharp
public struct DateTimeRange :
    IFormattable,
    IEquatable<DateTimeRange>
vb
Public Structure DateTimeRange
    Implements IFormattable,
               IEquatable(Of DateTimeRange)

The following members return DateTimeRange objects:

Show 31 links

LibraryRelated API Members
Cross-Platform Class LibraryDateTimeRange.Empty
DateTimeRange.Intersect(DateTimeRange, Boolean)
DateTimeRange.Intersect(DateTimeRange, DateTimeRange, Boolean)
DateTimeRange.Today
DateTimeRange.Union(DateTimeRange, DateTimeRange)
DateTimeRange.Union(DateTimeRange)
WPF ControlsAppointmentItemDragDropEventArgs.HitInterval
AppointmentItemResizeEventArgs.HitInterval
AppointmentItemsValidationEventArgs.DateTimeRange
AppointmentViewModel.LayoutInterval
AppointmentViewModel.ViewportInterval
AppointmentViewModel.VisibleInterval
CellViewModel.Interval
CustomWorkTimeEventArgs.Interval
DateNavigationPanel.Interval
DayViewBase.RoundSelectedInterval(DateTimeRange)
FetchDataEventArgs.Interval
GanttView.PointToDateTime(Double)
GanttView.PrintDateRange
ITimeScale.GetTimeRange(DateTime, out Boolean)
MonthView.RoundSelectedInterval(DateTimeRange)
OptionsPrinting.PrintInterval
SchedulerControl.LimitInterval
SchedulerControl.SelectedInterval
SchedulerItemBase.Interval
SchedulerPrintAdapter.DateTimeRange
StripLineControl.StripLineRange
TimelineView.RoundSelectedInterval(DateTimeRange)
TimelineView.ViewportInterval
ViewBase.RoundSelectedInterval(DateTimeRange)
WorkTimeValidationEventArgs.DateTimeRange

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

DateTimeRange Members

DevExpress.Mvvm Namespace