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.2.419.0 (24.2.419.0)
Syntax public LeapSecondsFacet(
IEnumerable<LeapSecond> leapSeconds
)
Public Sub New (
leapSeconds As IEnumerable(Of LeapSecond)
)
public:
LeapSecondsFacet(
IEnumerable<LeapSecond>^ leapSeconds
)
new :
leapSeconds : IEnumerable<LeapSecond> -> LeapSecondsFacet
Parameters
- leapSeconds
- Type: System.Collections.GenericIEnumerableLeapSecond
The list of leap seconds.
Exceptions See Also