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

IfcDateAndTime() private méthode

private IfcDateAndTime ( GeometryGym.Ifc.IfcCalendarDate d, IfcLocalTime t ) : System
d GeometryGym.Ifc.IfcCalendarDate
t IfcLocalTime
Résultat System
		internal IfcDateAndTime(IfcCalendarDate d, IfcLocalTime t) : base(d.mDatabase) { mDateComponent = d.mIndex; mTimeComponent = t.mIndex; }
		internal static void parseFields(IfcDateAndTime d, List<string> arrFields, ref int ipos) { d.mDateComponent = ParserSTEP.ParseLink(arrFields[ipos++]); d.mTimeComponent = ParserSTEP.ParseLink(arrFields[ipos++]); }

Same methods

IfcDateAndTime::IfcDateAndTime ( ) : System
IfcDateAndTime::IfcDateAndTime ( IfcDateAndTime v ) : System