![]() |
KVIrc 5.2.0
Developer APIs
|
Namespaces | |
namespace | KviTimeUtils |
Time utilities. | |
Functions | |
QString | KviTimeUtils::formatTimeInterval (unsigned int uSeconds, int iFlags=0) |
Returns a string formatted like x d x h xx m xx s. | |
long long | KviTimeUtils::getCurrentTimeMills () |
Returns the current time mills. | |
void | KviTimeUtils::secondsToDaysHoursMinsSecs (unsigned int uSecs, unsigned int *uD, unsigned int *uH, unsigned int *uM, unsigned int *uS) |
Splits the time span uSecs in days, hours, minutes and seconds. | |