MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / now

Method now

Ports/CLDC11/src/java/time/LocalTime.java:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 public static LocalTime now() {
23 return now(Clock.systemDefaultZone());
24 }
25
26 public static LocalTime now(Clock clock) {
27 return LocalDateTime.ofInstant(clock.instant(), clock.getZone()).toLocalTime();

Callers

nothing calls this directly

Calls 5

systemDefaultZoneMethod · 0.95
ofInstantMethod · 0.95
toLocalTimeMethod · 0.45
instantMethod · 0.45
getZoneMethod · 0.45

Tested by

no test coverage detected