Kimono.KTimeZoneData.LeapSecondChange C# (CSharp) 메소드

LeapSecondChange() 공개 메소드

Find the leap second adjustment which is applicable at a given UTC time. name="utc" UTC date/time. An error occurs if utc.timeSpec() is not Qt.UTC.
public LeapSecondChange ( Qyoto.QDateTime utc ) : KTimeZone.LeapSeconds
utc Qyoto.QDateTime
리턴 KTimeZone.LeapSeconds
        public KTimeZone.LeapSeconds LeapSecondChange(QDateTime utc)
        {
            return (KTimeZone.LeapSeconds) interceptor.Invoke("leapSecondChange#", "leapSecondChange(const QDateTime&) const", typeof(KTimeZone.LeapSeconds), typeof(QDateTime), utc);
        }