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

Method atStartOfDay

base/src/main/java/net/time4j/PlainDate.java:970–974  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

968 * @see #at(PlainTime)
969 */
970 public PlainTimestamp atStartOfDay() {
971
972 return this.at(PlainTime.MIN);
973
974 }
975
976 /**
977 * <p>Creates a new local timestamp with this date at earliest valid time

Callers 15

startOfDayNormalMethod · 0.95
handleMidnight24Method · 0.95
SunshineMethod · 0.95
MoonlightMethod · 0.95
toFullDaysMethod · 0.95
printMethod · 0.95
instantFromTime4JLSMethod · 0.80
minimizedOnTimestampMethod · 0.80
maximizedOnTimestampMethod · 0.80

Calls 13

atMethod · 0.95
ofMethod · 0.95
getProviderInfoMethod · 0.95
isGapMethod · 0.95
getPosixTimeMethod · 0.95
getTotalOffsetMethod · 0.95
ofMethod · 0.95
floorDivideMethod · 0.95
floorModuloMethod · 0.95
ofMethod · 0.95
ofMethod · 0.95
getConflictTransitionMethod · 0.65

Tested by 15

startOfDayNormalMethod · 0.76
instantFromTime4JLSMethod · 0.64
minimizedOnTimestampMethod · 0.64
maximizedOnTimestampMethod · 0.64
atFloorOnTimestampMethod · 0.64
setToFirstOnTimestampMethod · 0.64