Kimono.KTimeZoneData.SetLeapSecondChanges C# (CSharp) Méthode

SetLeapSecondChanges() protected méthode

Initialise the daylight savings time transition list. name="transitions" list of transitions Initialise the leap seconds adjustment list. name="adjusts" list of adjustments
protected SetLeapSecondChanges ( List adjusts ) : void
adjusts List
Résultat void
        protected void SetLeapSecondChanges(List<KTimeZone.LeapSeconds> adjusts)
        {
            interceptor.Invoke("setLeapSecondChanges?", "setLeapSecondChanges(const QList<KTimeZone::LeapSeconds>&)", typeof(void), typeof(List<KTimeZone.LeapSeconds>), adjusts);
        }