Beispiel #1
0
 public IfcSimpleValue(IfcTime choice)
 {
     this.choice = choice;
 }
Beispiel #2
0
 public IfcTimePeriod(IfcTime startTime, IfcTime endTime) : base()
 {
     StartTime = startTime;
     EndTime   = endTime;
 }