java.lang.Object | |
↳ | greendroid.util.Time |
Utility class containing several useful constants related to time.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | GD_DAY | The number of milliseconds in a day. | |||||||||
long | GD_HOUR | The number of milliseconds in an hour. | |||||||||
long | GD_MINUTE | The number of milliseconds in a minute. | |||||||||
long | GD_SECOND | The number of milliseconds in a second. | |||||||||
long | GD_WEEK | The number of milliseconds in a week. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The number of milliseconds in a day.
The number of milliseconds in an hour.
The number of milliseconds in a minute.
The number of milliseconds in a second.
The number of milliseconds in a week.