ISO8601d: Added ::leapYear and tests

This commit is contained in:
Paul Beckingham
2015-09-26 13:47:27 -04:00
parent f615db8a4c
commit 6f5d07dcd4
3 changed files with 18 additions and 1 deletions

View File

@@ -44,6 +44,8 @@ public:
operator time_t () const;
bool parse (const std::string&, std::string::size_type&, const std::string& format = "");
static bool leapYear (int);
static int dayOfWeek (const std::string&);
static int length (const std::string&);