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

Method withDaysSinceUTC

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

Wandelt die Tage seit der UTC-Epoche in ein Datum um. @param utcDays count of days since UTC (1972-01-01) @return found calendar date

(long utcDays)

Source from the content-addressed store, hash-verified

1684 * @return found calendar date
1685 */
1686 PlainDate withDaysSinceUTC(long utcDays) {
1687
1688 return TRANSFORMER.transform(utcDays);
1689
1690 }
1691
1692 /**
1693 * <p>Erzeugt ein neues Datum passend zur angegebenen absoluten Zeit. </p>

Callers 4

withValueMethod · 0.95
setCalendarWeekMethod · 0.80
setWeekMethod · 0.80
setYearOfWeekdateMethod · 0.80

Calls 1

transformMethod · 0.65

Tested by

no test coverage detected