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 IfcCalendarDate &inDate) | |
Copy constructor. More... | |
IfcCalendarDate (const int &inDay, const int &inMonth, const int &iYear) | |
Dtk_bool | operator== (IfcCalendarDate d) |
~IfcCalendarDate () | |
Destructor. More... | |
This class represents an IFC date.
.
Ifcw::IfcCalendarDate::IfcCalendarDate | ( | ) |
Base constructor.
Ifcw::IfcCalendarDate::IfcCalendarDate | ( | const int & | inDay, |
const int & | inMonth, | ||
const int & | iYear | ||
) |
Ifcw::IfcCalendarDate::IfcCalendarDate | ( | const IfcCalendarDate & | inDate | ) |
Copy constructor.
Ifcw::IfcCalendarDate::~IfcCalendarDate | ( | ) |
Destructor.
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.
Dtk_bool Ifcw::IfcCalendarDate::operator== | ( | IfcCalendarDate | d | ) |