Package | Description |
---|---|
org.joda.time |
Provides support for dates, times, time zones, durations, intervals, and
partials.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
DateTimeUtils.FixedMillisProvider
Fixed millisecond provider.
|
(package private) static class |
DateTimeUtils.OffsetMillisProvider
Offset from system millis provider.
|
(package private) static class |
DateTimeUtils.SystemMillisProvider
System millis provider.
|
Modifier and Type | Field and Description |
---|---|
private static DateTimeUtils.MillisProvider |
DateTimeUtils.cMillisProvider
The millisecond provider currently in use.
|
static DateTimeUtils.MillisProvider |
DateTimeUtils.SYSTEM_MILLIS_PROVIDER
The singleton instance of the system millisecond provider.
|
Modifier and Type | Method and Description |
---|---|
static void |
DateTimeUtils.setCurrentMillisProvider(DateTimeUtils.MillisProvider millisProvider)
Sets the provider of the current time to class specified.
|