Table of Contents

Method Of

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

Of(int)

Creates a Zone instance by using its offset from UTC

public static Zone Of(int offsetSeconds)

Parameters

offsetSeconds int

The offset (in seconds) from UTC.

Returns

Zone

A ZoneOffset instance

Of(string)

Creates a Zone instance by using its time zone identifier.

public static Zone Of(string zoneId)

Parameters

zoneId string

The time zone identifier.

Returns

Zone

A ZoneId instance