Back to Devexpress

DxSchedulerDateTimeRange Methods

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

latest3.1 KB
Original Source

DxSchedulerDateTimeRange Methods

The date-time range used in the Scheduler.

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

DxSchedulerDateTimeRange Members

DevExpress.Blazor Namespace