ISO8601d: Added (m,d,y,h,m,s) ctor

This commit is contained in:
Paul Beckingham
2015-09-26 15:59:41 -04:00
parent 5073921707
commit 2242cb2a8b
2 changed files with 20 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ public:
ISO8601d ();
ISO8601d (time_t);
ISO8601d (const int, const int, const int);
ISO8601d (const int, const int, const int, const int, const int, const int);
~ISO8601d ();
ISO8601d (const ISO8601d&); // Unimplemented
ISO8601d& operator= (const ISO8601d&); // Unimplemented