ISO8601d: Added ::startOfYear

This commit is contained in:
Paul Beckingham 2015-09-26 16:15:39 -04:00
parent b6aced8726
commit da88eefe2b
2 changed files with 7 additions and 0 deletions

View file

@ -49,6 +49,7 @@ public:
ISO8601d startOfDay () const;
ISO8601d startOfWeek () const;
ISO8601d startOfMonth () const;
ISO8601d startOfYear () const;
static bool leapYear (int);
static int daysInMonth (int, int);