Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
GetType()
|
Gets the Type of the current instance.
|
Intersect(DxSchedulerTimeSpanRange, DxSchedulerTimeSpanRange)
static
|
Returns 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()
protected
|
Creates a shallow copy of the current Object.
|
Parse(String, CultureInfo)
static
|
Converts the string representation of the time interval to its DxSchedulerTimeSpanRange equivalent.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
TryParse(String, CultureInfo, out DxSchedulerTimeSpanRange)
static
|
Converts the string representation of the time interval to its DxSchedulerTimeSpanRange equivalent, and returns whether the conversion succeeded.
|
Union(DxSchedulerTimeSpanRange, DxSchedulerTimeSpanRange)
static
|
Returns 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.
|