C# Class Org.Neo4j.Time.SystemNanoClock

Clock that support nano time resolution.
Inheritance: Clock
显示文件 Open project: Neo4Net/Neo4Net

Public Methods

Method Description
Instant ( ) : Instant
Millis ( ) : long
Nanos ( ) : long

It is only useful for comparing values returned from the same clock, as the wall clock time of this method is arbitrary.

WithZone ( ZoneId zone ) : Clock

Protected Methods

Method Description
SystemNanoClock ( )

Method Details

Instant() public method

public Instant ( ) : Instant
return Instant

Millis() public method

public Millis ( ) : long
return long

Nanos() public method

It is only useful for comparing values returned from the same clock, as the wall clock time of this method is arbitrary.
public Nanos ( ) : long
return long

SystemNanoClock() protected method

protected SystemNanoClock ( )

WithZone() public method

public WithZone ( ZoneId zone ) : Clock
zone ZoneId
return Clock