ISO8601d: Added ::year

This commit is contained in:
Paul Beckingham 2015-09-26 14:21:42 -04:00
parent eeac423fd6
commit af81b24d92
2 changed files with 8 additions and 0 deletions

View file

@ -56,6 +56,7 @@ public:
int month () const;
int week () const;
int day () const;
int year () const;
private:
void clear ();