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

Method isMidnight

base/src/main/java/net/time4j/PlainTime.java:1597–1601  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1595 * @return boolean
1596 */
1597 public boolean isMidnight() {
1598
1599 return (this.isFullHour() && ((this.hour % 24) == 0));
1600
1601 }
1602
1603 /**
1604 * <p>Defines a natural order which is solely based on the timeline

Callers 2

getValueMethod · 0.95
applyMethod · 0.95

Calls 1

isFullHourMethod · 0.95

Tested by

no test coverage detected