Back to Devexpress

DxSchedulerTimeSpanRange Members

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

latest4.6 KB
Original Source

DxSchedulerTimeSpanRange Members

A time interval within a day.

Constructors

NameDescription
DxSchedulerTimeSpanRange(TimeSpan, TimeSpan)Initializes a new DxSchedulerTimeSpanRange class instance with the specified start and end times.

Properties

NameDescription
Day staticGets the day’s time interval.
DurationGets the day interval’s duration.
Empty staticReturns an empty interval.
EndGets or sets the day interval’s end time.
IsDaySpecifies whether the interval equals to one day.
IsValidSpecifies whether the interval is valid.
IsZeroSpecifies whether the interval is empty.
StartGets or sets the day interval’s start time.

Methods

NameDescription
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(DxSchedulerTimeSpanRange, DxSchedulerTimeSpanRange) staticReturns an interval that is the intersection of two specified intervals.
Intersect(DxSchedulerTimeSpanRange)Returns an interval that is the intersection of the current interval and the specified interval.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
Parse(String, CultureInfo) staticConverts the string representation of the time interval to its DxSchedulerTimeSpanRange equivalent.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
TryParse(String, CultureInfo, out DxSchedulerTimeSpanRange) staticConverts the string representation of the time interval to its DxSchedulerTimeSpanRange equivalent, and returns whether the conversion succeeded.
Union(DxSchedulerTimeSpanRange, DxSchedulerTimeSpanRange) staticReturns the time interval that is composed of two specified time intervals.
Union(DxSchedulerTimeSpanRange)Returns the time interval that is a union of the current interval and the specified intervals.

See Also

DxSchedulerTimeSpanRange Class

DevExpress.Blazor Namespace