Class Ifc2x3::IfcCalendarDate¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity(Class IfcBaseEntity)
Class Documentation¶
-
class
Ifc2x3::IfcCalendarDate: public IfcUtil::IfcBaseEntity¶ Public Types
-
typedef IfcTemplatedEntityList<IfcCalendarDate>
list¶
Public Functions
-
int
DayComponent() const¶
-
void
setDayComponent(int v)¶
-
int
MonthComponent() const¶
-
void
setMonthComponent(int v)¶
-
int
YearComponent() const¶
-
void
setYearComponent(int v)¶
-
IfcCalendarDate(IfcEntityInstanceData *e)¶
-
IfcCalendarDate(int v1_DayComponent, int v2_MonthComponent, int v3_YearComponent)¶
-
typedef IfcTemplatedEntityList<IfcCalendarDate>