Uses of Interface
org.joda.time.DateTimeUtils.MillisProvider
-
Packages that use DateTimeUtils.MillisProvider Package Description org.joda.time Provides support for dates, times, time zones, durations, intervals, and partials. -
-
Uses of DateTimeUtils.MillisProvider in org.joda.time
Fields in org.joda.time declared as DateTimeUtils.MillisProvider Modifier and Type Field Description static DateTimeUtils.MillisProvider
DateTimeUtils. SYSTEM_MILLIS_PROVIDER
The singleton instance of the system millisecond provider.Methods in org.joda.time with parameters of type DateTimeUtils.MillisProvider Modifier and Type Method Description static void
DateTimeUtils. setCurrentMillisProvider(DateTimeUtils.MillisProvider millisProvider)
Sets the provider of the current time to class specified.
-