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

Method atFirstMoment

base/src/main/java/net/time4j/PlainDate.java:1065–1069  ·  view source on GitHub ↗
(TZID tzid)

Source from the content-addressed store, hash-verified

1063 * @since 3.22/4.18
1064 */
1065 public Moment atFirstMoment(TZID tzid) {
1066
1067 return this.atFirstMoment(Timezone.of(tzid));
1068
1069 }
1070
1071 /**
1072 * <p>Creates a new moment which corresponds to this date at earliest valid time

Callers 8

startOfDayNormalMethod · 0.95
SunshineMethod · 0.95
onMethod · 0.95
MoonlightMethod · 0.95
seasonFactoryMethod · 0.80

Calls 9

ofMethod · 0.95
getProviderInfoMethod · 0.95
getConflictTransitionMethod · 0.95
isGapMethod · 0.95
ofMethod · 0.95
getPosixTimeMethod · 0.95
atMethod · 0.95
inMethod · 0.65
getHistoryMethod · 0.45

Tested by 5

startOfDayNormalMethod · 0.76
seasonFactoryMethod · 0.64