()
| 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 |
no test coverage detected