ZoneOffset Class |
Namespace: Neo4j.Driver
The ZoneOffset type exposes the following members.
Name | Description | |
---|---|---|
![]() | Offset | The offset from UTC as a TimeSpan instance. |
![]() | OffsetSeconds | The offset (in seconds) from UTC. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | Returns a value indicating whether this instance is equal to a specified object. (Overrides ObjectEquals(Object).) |
![]() | Equals(ZoneOffset) |
Returns a value indicating whether the value of this instance is equal to the value of the specified
ZoneOffset 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 ZoneOffset 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.) |