-
public final class TimeInfoHolds information about the current local and server time.
-
-
Field Summary
Fields Modifier and Type Field Description private final LongdeviceTimeNsprivate final LongserverTimeNsprivate final LongserverTimeOffsetNsprivate final LongserverTimeOffsetMs
-
Method Summary
Modifier and Type Method Description final LonggetDeviceTimeNs()final LonggetServerTimeNs()final LonggetServerTimeOffsetNs()final LonggetServerTimeOffsetMs()-
-
Method Detail
-
getDeviceTimeNs
final Long getDeviceTimeNs()
-
getServerTimeNs
final Long getServerTimeNs()
-
getServerTimeOffsetNs
final Long getServerTimeOffsetNs()
-
getServerTimeOffsetMs
final Long getServerTimeOffsetMs()
-
-
-
-