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