public class InternalTime
extends java.lang.Object
Constructor and Description |
---|
InternalTime()
Constructs a zero time
|
InternalTime(int hours,
int minutes,
int seconds,
int nanos,
int scale) |
Modifier and Type | Method and Description |
---|---|
int |
getHours() |
int |
getMinutes() |
int |
getNanos() |
int |
getScale() |
int |
getSeconds() |
boolean |
isNegative() |
boolean |
isZero() |
void |
setHours(int hours) |
void |
setMinutes(int minutes) |
void |
setNanos(int nanos) |
void |
setNegative(boolean negative) |
void |
setScale(int scale) |
void |
setSeconds(int seconds) |
java.lang.String |
toString() |
public InternalTime()
public InternalTime(int hours, int minutes, int seconds, int nanos, int scale)
public boolean isNegative()
public void setNegative(boolean negative)
public int getHours()
public void setHours(int hours)
public int getMinutes()
public void setMinutes(int minutes)
public int getSeconds()
public void setSeconds(int seconds)
public int getNanos()
public void setNanos(int nanos)
public boolean isZero()
public int getScale()
public void setScale(int scale)
public java.lang.String toString()
toString
in class java.lang.Object