ZonedDateTime Methods |
The ZonedDateTime type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompareTo(Object) |
Compares the value of this instance to a specified object which is expected to be a
ZonedDateTime value, and returns an integer that indicates whether this instance is earlier than, the
same as, or later than the specified ZonedDateTime value.
|
![]() | CompareTo(ZonedDateTime) |
Compares the value of this instance to a specified ZonedDateTime value and returns an integer
that indicates whether this instance is earlier than, the same as, or later than the specified DateTime value.
|
![]() | Equals(Object) | Returns a value indicating whether this instance is equal to a specified object. (Overrides ObjectEquals(Object).) |
![]() | Equals(ZonedDateTime) |
Returns a value indicating whether the value of this instance is equal to the value of the specified
ZonedDateTime instance.
|
![]() | GetHashCode | Returns the hash code for this instance. (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToDateTimeOffset | Converts this instance to an equivalent DateTimeOffset value |
![]() | ToString | Converts the value of the current ZonedDateTime object to its equivalent string representation. (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | AsT | Overloaded. A helper method to explicitly cast the value streamed back via Bolt to a local type. (Defined by ValueExtensions.) |
![]() | AsT(T) | Overloaded.
A helper method to explicitly cast the value streamed back via Bolt to a local type, with default fallback
value.
(Defined by ValueExtensions.) |