Click or drag to resize

LeapSecondsFacet Constructor (IEnumerableLeapSecond)

Initializes a new instance with the specified list of leap seconds.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public LeapSecondsFacet(
	IEnumerable<LeapSecond> leapSeconds
)

Parameters

leapSeconds
Type: System.Collections.GenericIEnumerableLeapSecond
The list of leap seconds.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when leapSeconds is .
See Also