Liefert die Epochenmonate relativ zu 1970. @return epoch months relative to 1970
()
| 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> |
no outgoing calls
no test coverage detected