Click or drag to resize

ZoneOffset Class

Represents a time zone specified by its offset from UTC.
Inheritance Hierarchy

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

The ZoneOffset type exposes the following members.

Properties
  NameDescription
Public propertyOffset
The offset from UTC as a TimeSpan instance.
Public propertyOffsetSeconds
The offset (in seconds) from UTC.
Top
Methods
  NameDescription
Public methodEquals(Object)
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ObjectEquals(Object).)
Public methodEquals(ZoneOffset)
Returns a value indicating whether the value of this instance is equal to the value of the specified ZoneOffset 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 ZoneOffset object to its equivalent string representation.
(Overrides ObjectToString.)
Top
Extension Methods
See Also