ISO8601d: Added ::weekOfYear

This commit is contained in:
Paul Beckingham 2015-09-26 14:22:37 -04:00
parent af81b24d92
commit 66dc016ce6
2 changed files with 22 additions and 0 deletions

View file

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