GeometryGym.Ifc.IfcLocalTime.IfcLocalTime C# (CSharp) Méthode

IfcLocalTime() private méthode

private IfcLocalTime ( DatabaseIfc db, IfcLocalTime t ) : System
db DatabaseIfc
t IfcLocalTime
Résultat System
        internal IfcLocalTime(DatabaseIfc db, IfcLocalTime t)
            : base(db,t)
        {
            mHourComponent = t.mHourComponent;
            mMinuteComponent = t.mMinuteComponent;
            mSecondComponent = t.mSecondComponent;
            mZone = t.mZone;
            mDaylightSavingOffset = t.mDaylightSavingOffset;
        }

Same methods

IfcLocalTime::IfcLocalTime ( ) : System
IfcLocalTime::IfcLocalTime ( DatabaseIfc m, int hour, int min, int sec ) : System