ISO8601d: Added ::dayOfYear

This commit is contained in:
Paul Beckingham
2015-09-26 14:24:33 -04:00
parent ac428e1f1a
commit 5ed0d13194
2 changed files with 8 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ public:
int year () const;
int weekOfYear (int) const;
int dayOfWeek () const;
int dayOfYear () const;
private:
void clear ();