public static final class TimeUtil.TimeStruct
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
day
day of month containing the time datum
|
int |
doy
day of year containing the time datum
|
int |
hour
hour containing the time datum
|
boolean |
isLocation |
int |
micros
additional microseconds since minute boundary
|
int |
millis
additional milliseconds since minute boundary
|
int |
minute
minute containing the time datum
|
int |
month
month containing the time datum
|
int |
nanos
additional nanoseconds since minute boundary
|
double |
seconds
seconds since the last minute boundary of the time datum
|
int |
year
year containing the time datum
|
Constructor and Description |
---|
TimeStruct() |
Modifier and Type | Method and Description |
---|---|
TimeUtil.TimeStruct |
add(TimeUtil.TimeStruct offset) |
TimeUtil.TimeStruct |
copy() |
java.lang.String |
toString() |
public int year
public int month
public int day
public int doy
public int hour
public int minute
public double seconds
public int millis
public int micros
public int nanos
public boolean isLocation
public java.lang.String toString()
toString
in class java.lang.Object
public TimeUtil.TimeStruct copy()
public TimeUtil.TimeStruct add(TimeUtil.TimeStruct offset)