|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.util.UnixTimeConverter.UnixTime
Unix time pair. Seconds is number of seconds elapsed since midnight (00:00:00), January 1, 1970, coordinated universal time (UTC) usecs is microseconds component
Constructor Summary | |
UnixTimeConverter.UnixTime(long secondss,
long usecs)
|
Method Summary | |
long |
getSeconds()
|
long |
getUsecs()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UnixTimeConverter.UnixTime(long secondss, long usecs)
Method Detail |
public long getSeconds()
public long getUsecs()
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |