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

Method of

base/src/main/java/net/time4j/PlainTimestamp.java:437–444  ·  view source on GitHub ↗
(
        PlainDate date,
        PlainTime time
    )

Source from the content-addressed store, hash-verified

435 * @see #of(int, int, int, int, int, int)
436 */
437 public static PlainTimestamp of(
438 PlainDate date,
439 PlainTime time
440 ) {
441
442 return new PlainTimestamp(date, time);
443
444 }
445
446 /**
447 * <p>Creates a new local timestamp in minute precision. </p>

Calls 2

ofMethod · 0.95
ofMethod · 0.95