ISO8601d: Added ::daysInYear and tests
This commit is contained in:
@@ -46,6 +46,7 @@ public:
|
||||
|
||||
static bool leapYear (int);
|
||||
static int daysInMonth (int, int);
|
||||
static int daysInYear (int);
|
||||
|
||||
static int dayOfWeek (const std::string&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user