C# Class Org.Neo4j.Time.SystemNanoClock

Clock that support nano time resolution.
Inheritance: Clock
Afficher le fichier Open project: Neo4Net/Neo4Net

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
SystemNanoClock ( )

Method Details

Instant() public méthode

public Instant ( ) : Instant
Résultat Instant

Millis() public méthode

public Millis ( ) : long
Résultat long

Nanos() public méthode

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
Résultat long

SystemNanoClock() protected méthode

protected SystemNanoClock ( )

WithZone() public méthode

public WithZone ( ZoneId zone ) : Clock
zone ZoneId
Résultat Clock