|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.das2.datum.TimeUtil.TimeStruct
public static final class TimeUtil.TimeStruct
Field Summary | |
---|---|
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 |
double |
seconds
seconds since the last minute boundary of the time datum |
boolean[] |
want
|
int |
year
year containing the time datum |
Constructor Summary | |
---|---|
TimeUtil.TimeStruct()
|
Method Summary | |
---|---|
TimeUtil.TimeStruct |
add(TimeUtil.TimeStruct offset)
|
TimeUtil.TimeStruct |
copy()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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 boolean isLocation
public boolean[] want
Constructor Detail |
---|
public TimeUtil.TimeStruct()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public TimeUtil.TimeStruct copy()
public TimeUtil.TimeStruct add(TimeUtil.TimeStruct offset)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |