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

Method now

Ports/CLDC11/src/java/time/LocalDate.java:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 public static LocalDate now() {
19 return now(Clock.systemDefaultZone());
20 }
21
22 public static LocalDate now(Clock clock) {
23 return LocalDateTime.ofInstant(clock.instant(), clock.getZone()).toLocalDate();

Callers

nothing calls this directly

Calls 5

systemDefaultZoneMethod · 0.95
ofInstantMethod · 0.95
toLocalDateMethod · 0.45
instantMethod · 0.45
getZoneMethod · 0.45

Tested by

no test coverage detected