Public Member Functions | |
NTime (void) | |
Constructs a NTime class without any particular time. | |
~NTime (void) | |
Destroys a NTime class freeing any used resources. | |
NString | now (void) const |
Gets the current time. | |
NString | now (const NString &format) const |
Gets the current time in a given format. |
Definition at line 39 of file ntime.h.
NString now | ( | void | ) | const |
Gets the current time.
Definition at line 49 of file ntime.cpp.
Referenced by NDateTime::now().
Gets the current time in a given format.
format | Time format as defined by strftime function |
Definition at line 54 of file ntime.cpp.
References NString::toChar().