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

Phase() public method

public Phase ( int utcOffset, List abbreviations, bool dst ) : System
utcOffset int
abbreviations List
dst bool
return System
            public Phase(int utcOffset, List<QByteArray> abbreviations, bool dst)
                : this((Type) null)
            {
                CreateProxy();
                interceptor.Invoke("Phase$?$", "Phase(int, const QList<QByteArray>&, bool)", typeof(void), typeof(int), utcOffset, typeof(List<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, string comment ) : System
KTimeZone.Phase::Phase ( int utcOffset, Qyoto.QByteArray abbreviations, bool dst ) : System
KTimeZone.Phase::Phase ( int utcOffset, Qyoto.QByteArray abbreviations, bool dst, string comment ) : System