![]() |
Zen
A cross-platform functional programming language
|
Intrinsic date type. More...
#include <zbl.hpp>
Public Member Functions | |
| date (const int &yy, const int &mm, const int &dd) | |
| Default constructor. | |
| QDate & | get () const |
| Returns the stored value. | |
Private Attributes | |
| QDate | _val |
| The value. | |
Intrinsic date type.
| date | ( | const int & | yy, |
| const int & | mm, | ||
| const int & | dd | ||
| ) | [inline, explicit] |
Default constructor.
| yy | Year |
| mm | Month |
| dd | Date |
| QDate& get | ( | ) | const [inline] |
Returns the stored value.