C# 클래스 Org.Neo4j.Time.SystemNanoClock

Clock that support nano time resolution.
상속: Clock
파일 보기 프로젝트 열기: Neo4Net/Neo4Net

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
SystemNanoClock ( )

메소드 상세

Instant() 공개 메소드

public Instant ( ) : Instant
리턴 Instant

Millis() 공개 메소드

public Millis ( ) : long
리턴 long

Nanos() 공개 메소드

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
리턴 long

SystemNanoClock() 보호된 메소드

protected SystemNanoClock ( )

WithZone() 공개 메소드

public WithZone ( ZoneId zone ) : Clock
zone ZoneId
리턴 Clock