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

Method from

base/src/main/java/net/time4j/PlainTimestamp.java:576–580  ·  view source on GitHub ↗
(LocalDateTime ldt)

Source from the content-addressed store, hash-verified

574 * @see TemporalType#LOCAL_DATE_TIME
575 */
576 public static PlainTimestamp from(LocalDateTime ldt) {
577
578 return TemporalType.LOCAL_DATE_TIME.translate(ldt);
579
580 }
581
582 /**
583 * <p>Provides the calendar date part. </p>

Callers 12

dayPeriodsMethod · 0.95
printRelativeTimeMethod · 0.95
createFromMethod · 0.95
toStringMethod · 0.95
inMethod · 0.95
applyMethod · 0.95
ZonalDateTimeMethod · 0.95
nowMethod · 0.95
betweenMethod · 0.95
sinceMethod · 0.95
untilMethod · 0.95

Calls 10

ofMethod · 0.95
floorDivideMethod · 0.95
floorModuloMethod · 0.95
ofMethod · 0.95
ofMethod · 0.95
translateMethod · 0.65
getPosixTimeMethod · 0.65
getNanosecondMethod · 0.65
getIntegralAmountMethod · 0.45
getFractionalAmountMethod · 0.45

Tested by 2

dayPeriodsMethod · 0.76