Package com.ethlo.time
Interface LeapSecondHandler
-
- All Known Implementing Classes:
DefaultLeapSecondHandler
public interface LeapSecondHandler
-
-
Field Summary
Fields Modifier and Type Field Description static intLEAP_SECOND_SECONDS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description YearMonthgetLastKnownLeapSecond()booleanisValidLeapSecondDate(YearMonth needle)
-
-
-
Field Detail
-
LEAP_SECOND_SECONDS
static final int LEAP_SECOND_SECONDS
- See Also:
- Constant Field Values
-
-