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

Method getLength

base/src/main/java/net/time4j/Weekcycle.java:106–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 }
105
106 @Override
107 public double getLength() {
108
109 return CalendarUnit.YEARS.getLength(); // same average length as for gregorian years
110
111 }
112
113 @Override
114 public boolean isCalendrical() {

Callers

nothing calls this directly

Calls 1

getLengthMethod · 0.65

Tested by

no test coverage detected