private static class DateTimeParser.Time
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
hour |
private int |
minute |
private int |
second |
private int |
zone |
| Constructor and Description |
|---|
Time(int hour,
int minute,
int second,
int zone) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHour() |
int |
getMinute() |
int |
getSecond() |
int |
getZone() |