ISO8601d: Added ::startOfMonth

This commit is contained in:
Paul Beckingham 2015-09-26 16:14:12 -04:00
parent 25c4f8871e
commit b6aced8726
2 changed files with 7 additions and 0 deletions

View file

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