LeapSecondsFacetDoesDayHaveLeapSecond Method |
Determines if a given day contains a leap second.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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: SystemInt32
The day, specified as a Julian day number.
Return Value
Type:
Boolean if the day contains a leap second; otherwise
.
See Also