Click or drag to resize

DateRangeBound Methods

The DateRangeBound type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(DateRangeBound)
Returns true if the value of this instance and other are the same.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodStatic memberParse
Returns the DateRangeBound representation of 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