LeapSecondsFacet.DoesDayHaveLeapSecond Method |
Determines if a given day contains a leap second.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool DoesDayHaveLeapSecond(
int julianDayNumber
)
Public Function DoesDayHaveLeapSecond (
julianDayNumber As Integer
) As Boolean
public:
bool DoesDayHaveLeapSecond(
int julianDayNumber
)
member DoesDayHaveLeapSecond :
julianDayNumber : int -> bool
Parameters
- julianDayNumber
- Type: System.Int32
The day, specified as a Julian day number.
Return Value
Type:
Booleantrue if the day contains a leap second; otherwise
false.
See Also