Back to Devexpress

DxSchedulerDateTimeRange Members

blazor-devexpress-dot-blazor-dot-dxschedulerdatetimerange-dot-underscore-members.md

latest4.4 KB
Original Source

DxSchedulerDateTimeRange Members

The date-time range used in the Scheduler.

Constructors

NameDescription
DxSchedulerDateTimeRange(DateTime, DateTime)Initializes a new instance of the DxSchedulerDateTimeRange class.
DxSchedulerDateTimeRange(DateTime, TimeSpan)Initializes a new instance of the DxSchedulerDateTimeRange class.

Properties

NameDescription
DurationGets the range’s duration.
Empty staticReturns an empty range.
EndSpecifies the range’s end date.
IsEmptySpecifies whether the range is empty.
IsValidSpecifies whether the range is valid.
StartSpecifies the range’s start date.
Today staticGets the current day.

Methods

NameDescription
Contains(DxSchedulerDateTimeRange)Determines whether the current range contains the specified range.
Contains(DateTime)Determines whether the current range contains the specified date.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
Intersect(DxSchedulerDateTimeRange, DxSchedulerDateTimeRange) staticReturns a range that is the intersection of two specified ranges.
Intersect(DxSchedulerDateTimeRange)Returns a range that is the intersection of the current range and the specified range.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
TryParse(String, CultureInfo, out DxSchedulerDateTimeRange) staticConverts the range’s string representation to its DxSchedulerDateTimeRange equivalent, and returns whether the conversion succeeded.
Union(DxSchedulerDateTimeRange, DxSchedulerDateTimeRange) staticReturns the range that is a union of two specified ranges.
Union(DxSchedulerDateTimeRange)Returns the range that is a union of the current range and the specified range.

See Also

DxSchedulerDateTimeRange Struct

DevExpress.Blazor Namespace