Kimono.KTimeZoneData.LeapSecondChange C# (CSharp) Method

LeapSecondChange() public method

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
return KTimeZone.LeapSeconds
        public KTimeZone.LeapSeconds LeapSecondChange(QDateTime utc)
        {
            return (KTimeZone.LeapSeconds) interceptor.Invoke("leapSecondChange#", "leapSecondChange(const QDateTime&) const", typeof(KTimeZone.LeapSeconds), typeof(QDateTime), utc);
        }