public interface ITime
Modifier and Type | Method and Description |
---|---|
PlainTime |
getTime(PlainTime dest) |
void |
makeTimeInvalid() |
void |
setTime(int hour,
int minute,
int second,
int millis) |
boolean |
timeIsValid() |