Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
TimeUtils.h File Reference
#include "Define.h"
#include <chrono>
#include <ctime>
#include <thread>
Include dependency graph for TimeUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Skyfire

Functions

uint32 Skyfire::GetMSTime ()
uint32 Skyfire::GetMSTimeDiff (uint32 oldMSTime, uint32 newMSTime)
uint32 Skyfire::GetMSTimeDiffToNow (uint32 oldMSTime)
bool Skyfire::LocalTime (time_t const &time, tm &result)
void Skyfire::SleepFor (uint32 milliseconds)
void Skyfire::SleepForMicroseconds (uint32 microseconds)
void Skyfire::SleepForMilliseconds (uint32 milliseconds)
void Skyfire::SleepForSeconds (uint32 seconds)