KVIrc  4.9.2
DeveloperAPIs
Namespaces | Functions
KviTimeUtils.cpp File Reference
#include "KviTimeUtils.h"
#include "KviLocale.h"

Namespaces

 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. More...
 
long long KviTimeUtils::getCurrentTimeMills ()
 Returns the current time mills. More...
 
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. More...