ISO8601d: Added ::operator-

This commit is contained in:
Paul Beckingham
2015-09-26 15:43:07 -04:00
parent 16818c0b93
commit 860a1de034
2 changed files with 7 additions and 1 deletions

View File

@@ -77,11 +77,11 @@ public:
bool sameWeek (const ISO8601d&) const;
bool sameMonth (const ISO8601d&) const;
bool sameYear (const ISO8601d&) const;
ISO8601d operator+ (const int);
ISO8601d operator- (const int);
ISO8601d& operator+= (const int);
ISO8601d& operator-= (const int);
time_t operator- (const ISO8601d&);
private:
void clear ();