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 () | |
Base constructor. More... | |
IfcCalendarDate (const int &inDay, const int &inMonth, const int &iYear) | |
Friends | |
bool | operator== (IfcCalendarDate const &lhs, IfcCalendarDate const &rhs) |
This class represents an IFC date.
.
Ifcw::IfcCalendarDate::IfcCalendarDate | ( | ) |
Base 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.
|
friend |