This class represents an IFC date.
.
More...
Public Member Functions | |
| int | GetDay () const |
| Getter for the date day. More... | |
| int | GetMonth () const |
| Getter for the date month. More... | |
| int | GetYear () const |
| Getter for the date year. More... | |
| IfcCalendarDate () | |
| Default constructor. More... | |
| IfcCalendarDate (const int &inDay, const int &inMonth, const int &iYear) | |
This class represents an IFC date.
.
| Ifcw::IfcCalendarDate::IfcCalendarDate | ( | ) |
Default constructor.
| Ifcw::IfcCalendarDate::IfcCalendarDate | ( | const int & | inDay, |
| const int & | inMonth, | ||
| const int & | iYear | ||
| ) |
| int Ifcw::IfcCalendarDate::GetDay | ( | ) | const |
Getter for the date day.
| int Ifcw::IfcCalendarDate::GetMonth | ( | ) | const |
Getter for the date month.
| int Ifcw::IfcCalendarDate::GetYear | ( | ) | const |
Getter for the date year.