MCPcopy Create free account
hub / github.com/MenoData/Time4J / nowInSystemTime

Method nowInSystemTime

base/src/main/java/net/time4j/AnnualDate.java:337–341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

335 * @since 3.32/4.27
336 */
337 public static AnnualDate nowInSystemTime() {
338
339 return SystemClock.inLocalView().now(ENGINE);
340
341 }
342
343 /**
344 * <p>Obtains the gregorian month. </p>

Callers 1

todayMethod · 0.95

Calls 2

inLocalViewMethod · 0.95
nowMethod · 0.45

Tested by 1

todayMethod · 0.76