Click or drag to resize

ZoneId Class

Represents a time zone specified by its time zone identifier.
Inheritance Hierarchy

Namespace:  Neo4j.Driver
Assembly:  Neo4j.Driver (in Neo4j.Driver.dll) Version: 5.0
Syntax
public sealed class ZoneId : Zone, 
	IEquatable<ZoneId>

The ZoneId type exposes the following members.

Properties
  NameDescription
Public propertyId
The time zone identifier.
Top
Methods
  NameDescription
Public methodEquals(Object)
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ObjectEquals(Object).)
Public methodEquals(ZoneId)
Returns a value indicating whether the value of this instance is equal to the value of the specified ZoneId instance.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the value of the current ZoneId object to its equivalent string representation.
(Overrides ObjectToString.)
Top
Extension Methods
See Also