LeapSecondsFacetLeapSecondList Property |
Gets the list of leap seconds currently being used by this class.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReadOnlyCollection<LeapSecond> LeapSecondList { get; }
Public ReadOnly Property LeapSecondList As ReadOnlyCollection(Of LeapSecond)
Get
public:
property ReadOnlyCollection<LeapSecond>^ LeapSecondList {
ReadOnlyCollection<LeapSecond>^ get ();
}
member LeapSecondList : ReadOnlyCollection<LeapSecond> with get
Property Value
Type:
ReadOnlyCollectionLeapSecondSee Also