public interface UnixTime
Represents any UNIX timestamp.
TimeScale.POSIX| Modifier and Type | Method and Description |
|---|---|
int |
getNanosecond()
Yields the nanosecond fraction of current second.
|
long |
getPosixTime()
Counts the seconds elapsed since UNIX epoch
[1970-01-01T00:00:00Z] in UTC timezone.
|
long getPosixTime()
Counts the seconds elapsed since UNIX epoch [1970-01-01T00:00:00Z] in UTC timezone.
int getNanosecond()
Yields the nanosecond fraction of current second.
As time unit, the nanosecond is defined as one billionth part of a second).
0 - 999.999.999Copyright © 2014–2015. All rights reserved.