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 |
isZero() |
void |
setHours(int hours) |
void |
setMinutes(int minutes) |
void |
setNanos(int nanos) |
void |
setScale(int scale) |
void |
setSeconds(int seconds) |
public InternalTime()
public InternalTime(int hours, int minutes, int seconds, int nanos, int scale)
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)