Kimono.KTimeZone.LeapSecondChanges C# (CSharp) 메소드

LeapSecondChanges() 공개 메소드

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
리턴 List
        public List<KTimeZone.LeapSeconds> LeapSecondChanges()
        {
            return (List<KTimeZone.LeapSeconds>) interceptor.Invoke("leapSecondChanges", "leapSecondChanges() const", typeof(List<KTimeZone.LeapSeconds>));
        }