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

Phase() public method

public Phase ( KTimeZone rhs ) : System
rhs KTimeZone
return System
            public Phase(KTimeZone.Phase rhs)
                : this((Type) null)
            {
                CreateProxy();
                interceptor.Invoke("Phase#", "Phase(const KTimeZone::Phase&)", typeof(void), typeof(KTimeZone.Phase), rhs);
            }

Same methods

KTimeZone.Phase::Phase ( ) : 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 ) : System
KTimeZone.Phase::Phase ( int utcOffset, Qyoto.QByteArray abbreviations, bool dst, string comment ) : System