# | Line 20 | Line 20 | public: | |
---|---|---|
20 | Stamp(int day, int month = 0, int year = 0, int hour = 0, int minute = 0, | |
21 | int second = 0); | |
22 | Stamp(const ext::String& when); | |
23 | < | ~Stamp() {} |
24 | < | operator ext::String(); |
23 | > | operator ext::String() const; |
24 | Stamp operator+(Stamp stamp); | |
25 | Stamp operator-(Stamp stamp); | |
26 | Stamp& operator++() { *this += 1; return *this; } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |