| Modifier and Type | Method and Description |
|---|---|
static SimpleTime |
SimpleTime.noon()
Returns the
SimpleTime object equal to noon (12:00) |
| Modifier and Type | Method and Description |
|---|---|
int |
SimpleTime.compareTo(SimpleTime other)
Compares this
SimpleTime object to another
SimpleTime object. |
| Constructor and Description |
|---|
SimpleTime(SimpleTime other)
Create a
SimpleTime object that represents the same time as
another SimpleTime object. |