ISO8601d: Added ::hour, ::minute, ::second

This commit is contained in:
Paul Beckingham 2015-09-26 14:25:19 -04:00
parent 5ed0d13194
commit 7164215146
2 changed files with 24 additions and 0 deletions

View file

@ -60,6 +60,9 @@ public:
int weekOfYear (int) const;
int dayOfWeek () const;
int dayOfYear () const;
int hour () const;
int minute () const;
int second () const;
private:
void clear ();