public interface Time
Modifier and Type | Interface and Description |
---|---|
static class |
Time.ConstantTime |
static class |
Time.CounterTime |
static class |
Time.EpochTime |
static class |
Time.FasterTime |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getDateTimeStringInfo(long timestamp) |
int |
getTime() |
static java.lang.String |
twoNumberPlaces(int number) |