-
Constructor Summary
Constructors
Interval(int months,
int days,
int hours,
int minutes,
int wholeSeconds,
long microSeconds)
Interval(int months,
int days,
long timeOfDay)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Interval
public Interval(int months,
int days,
long timeOfDay)
-
Interval
public Interval(int months,
int days,
int hours,
int minutes,
int wholeSeconds,
long microSeconds)
-