ISO8601d: Added ::toEpoch

This commit is contained in:
Paul Beckingham 2015-09-26 18:43:11 -04:00
parent 2414f6b3d4
commit 85703803c8
2 changed files with 14 additions and 0 deletions

View file

@ -111,6 +111,7 @@ private:
int dayOfWeek (int, int, int);
bool validate ();
void resolve ();
bool isEpoch (const std::string&);
public:
int _year;