Equals(TimeSpanRange)
|
Checks whether the specified range is equal to the current range.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Checks whether the specified object is equal to the current range.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
Intersect(TimeSpanRange, TimeSpanRange)
static
|
Computes the intersection of the specified ranges.
|
Intersect(TimeSpanRange)
|
Computes the intersection of the current range with the specified range.
|
Parse(String, CultureInfo)
static
|
Parses the specified string and convert it into the time span range.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ToString()
|
Converts the range to a string.
|
ToString(IFormatProvider)
|
Converts the range to a string that is formatted to the specified culture-specific formatting information.
|
ToString(String, IFormatProvider)
|
Converts the range to a string that is formatted with the specified format string and culture-specific formatting information.
|
TryParse(String, CultureInfo, out TimeSpanRange)
static
|
Tries to parse the specified string and convert it into the time span range.
|
Union(TimeSpanRange, TimeSpanRange)
static
|
Computes the union of the specified ranges.
|
Union(TimeSpanRange)
|
Computes the union of the specified ranges.
|