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