Kimono.KTimeZone.Phase.Phase C# (CSharp) Method

Phase() public method

public Phase ( int utcOffset, Qyoto.QByteArray abbreviations, bool dst ) : System
utcOffset int
abbreviations Qyoto.QByteArray
dst bool
return System
            public Phase(int utcOffset, QByteArray abbreviations, bool dst)
                : this((Type) null)
            {
                CreateProxy();
                interceptor.Invoke("Phase$#$", "Phase(int, const QByteArray&, bool)", typeof(void), typeof(int), utcOffset, typeof(QByteArray), abbreviations, typeof(bool), dst);
            }

Same methods

KTimeZone.Phase::Phase ( ) : System
KTimeZone.Phase::Phase ( KTimeZone rhs ) : System
KTimeZone.Phase::Phase ( Type dummy ) : System
KTimeZone.Phase::Phase ( int utcOffset, List abbreviations, bool dst ) : System
KTimeZone.Phase::Phase ( int utcOffset, List abbreviations, bool dst, string comment ) : System
KTimeZone.Phase::Phase ( int utcOffset, Qyoto.QByteArray abbreviations, bool dst, string comment ) : System