public class DipTimestamp extends Object implements Serializable
Constructor and Description |
---|
DipTimestamp()
Creates timestamp object with the current time.
|
DipTimestamp(long milliseconds)
Creates DipTimestamp from UTC Java time (in milliseconds).
|
Modifier and Type | Method and Description |
---|---|
long |
getAsMillis()
Get UTC millisec
|
long |
getAsNanos()
Get UTC nanoSec
|
void |
setMillis(long milliseconds)
Sets UTC milliseconds.
|
void |
setNanos(long nanoseconds)
Sets UTC nanoseconds.
|
Copyright © 2008–2017 CERN. All rights reserved.