nux-0.9.48

NuxCore/TimeFunctions.h File Reference

Go to the source code of this file.

Data Structures

class  nux::TimeStamp

Namespaces

namespace  nux

Functions

double nux::Seconds ()
 Returns the time that has passed in seconds. The origin is unknown.
double nux::MilliSeconds ()
 Returns the time that has passed in milliseconds. The origin is unknown.
void nux::GetLocalTime (unsigned int &Year, unsigned int &Month, unsigned int &Day, unsigned int &Hour, unsigned int &Min, unsigned int &Sec, unsigned int &MicroSec)
void nux::GetUTCTime (unsigned int &Year, unsigned int &Month, unsigned int &Day, unsigned int &Hour, unsigned int &Min, unsigned int &Sec, unsigned int &MicroSec)
NString nux::GetFormattedLocalTime ()
 Returns the time formatted in a string.
void nux::SleepForMilliseconds (unsigned int Milliseconds)