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

Method getEpochMonths

base/src/main/java/net/time4j/PlainDate.java:1814–1818  ·  view source on GitHub ↗

Liefert die Epochenmonate relativ zu 1970. @return epoch months relative to 1970

()

Source from the content-addressed store, hash-verified

1812 * @return epoch months relative to 1970
1813 */
1814 long getEpochMonths() {
1815
1816 return ((this.year - 1970) * 12L + this.month - 1);
1817
1818 }
1819
1820 /**
1821 * <p>Liefert die ISO-Kalenderwoche des Jahres. </p>

Callers 2

monthDeltaMethod · 0.80
doAddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected