Click or drag to resize

DateRange Methods

The DateRange type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares the DateRange based to the bytes representation.
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(DateRange)
Returns true if the value of this DateRange instance and other are the same.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodStatic memberParse
Returns the DateRange representation from a given string.

String representations of dates are always expressed in Coordinated Universal Time(UTC)

Public methodToString
Returns the string representation of the instance.
(Overrides ValueTypeToString.)
Top
See Also