ZoneId Class |
Namespace: Neo4j.Driver
The ZoneId type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) | Returns a value indicating whether this instance is equal to a specified object. (Overrides ObjectEquals(Object).) |
![]() | Equals(ZoneId) |
Returns a value indicating whether the value of this instance is equal to the value of the specified
ZoneId instance.
|
![]() | GetHashCode | Returns the hash code for this instance. (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Converts the value of the current ZoneId 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.) |