Package org.joda.time
Interface DateTimeUtils.MillisProvider
-
- Enclosing class:
- DateTimeUtils
public static interface DateTimeUtils.MillisProvider
A millisecond provider, allowing control of the system clock.- Since:
- 2.0 (previously private)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getMillis()
Gets the current time.
-