Kimono.KTimeZone.Transition.Time C# (CSharp) Method

Time() public method

Return the UTC time of the transition.
public Time ( ) : Qyoto.QDateTime
return Qyoto.QDateTime
            public QDateTime Time()
            {
                return (QDateTime) interceptor.Invoke("time", "time() const", typeof(QDateTime));
            }