- java.lang.Object
-
- com.aoapps.lang.time.Clock
-
@Deprecated public final class Clock extends Object
Deprecated.Please use standard Java 8 classes.Access to the current system clock.This will be deprecated once Java 8 is ubiquitous and only serves as an extremely simplified stop-gap.
- Author:
- AO Industries, Inc.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Instantinstant()Deprecated.Gets the current time with up to millisecond precision.
-
-
-
Method Detail
-
instant
public static Instant instant()
Deprecated.Gets the current time with up to millisecond precision.- See Also:
System.currentTimeMillis()
-
-