Kimono.KTimeZoneData.LeapSecondChanges C# (CSharp) Method

LeapSecondChanges() public method

Return all leap second adjustments, in time order. Note that some time zone data sources (such as system time zones accessed via the system libraries) may not provide information on leap second adjustments. In such cases, this method will return an empty list.
public LeapSecondChanges ( ) : List
return List
        public List<KTimeZone.LeapSeconds> LeapSecondChanges()
        {
            return (List<KTimeZone.LeapSeconds>) interceptor.Invoke("leapSecondChanges", "leapSecondChanges() const", typeof(List<KTimeZone.LeapSeconds>));
        }