#include <date.h>
Public Methods | |
Time (int hour, int min, int sec) | |
Time (const string &hbciTimeFormat) | |
Time (const struct tm *tm) | |
Time () | |
string | toString () const |
int | hour () const |
int | minute () const |
int | second () const |
int | compare (const Time &t) const |
tm | to_tm () const |
|
|
|
|
|
|
|
|
|
Compares the time of this object with the one given as argument.
|
|
Returns the hour, in the range 0..23. |
|
Returns the minutes, in the range 0..59. |
|
Returns the seconds, in the range 0..59. |
|
Returns this time as a struct tm (see ctime(3)), but only the fields tm_hour, tm_min, and tm_sec are used. All other fields are still zero. |
|
Returns a hbci-conform string representation of given time (HHMMSS) |