Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public bool DoesDayHaveLeapSecond(
	int julianDayNumber
)

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