DateRange Methods |
The DateRange type exposes the following members.
| Name | Description | |
|---|---|---|
| CompareTo |
Compares the DateRange based to the bytes representation.
| |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object).) | |
| Equals(DateRange) |
Returns true if the value of this DateRange instance and other are the same.
| |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Parse |
Returns the DateRange representation from a given string.
String representations of dates are always expressed in Coordinated Universal Time(UTC) | |
| ToString |
Returns the string representation of the instance.
(Overrides ValueTypeToString.) |