|
NWNX:EE
8193.36.12
|
|
Go to the documentation of this file.
7 #include "inc_sqlite_time"
9 const string NWNX_Time =
"NWNX_Time";
40 WriteTimestampedLogEntry(
"WARNING: NWNX_Time is deprecated. You should migrate to SQLite based functions (see inc_sqlite_time).");
46 WriteTimestampedLogEntry(
"WARNING: NWNX_Time is deprecated. You should migrate to SQLite based functions (see inc_sqlite_time).");
52 WriteTimestampedLogEntry(
"WARNING: NWNX_Time is deprecated. You should migrate to SQLite based functions (see inc_sqlite_time).");
58 WriteTimestampedLogEntry(
"WARNING: NWNX_Time is deprecated. NWNX_Time_GetHighResTimeStamp is moving to NWNX_Util.");
struct NWNX_Time_HighResTimestamp NWNX_Time_GetHighResTimeStamp()
int seconds
Seconds since epoch.
int seconds
Seconds since epoch.
A high resolution timestamp.
int microseconds
Microseconds.
string SQLite_GetSystemTime()
Returns current time.
int microseconds
Microseconds.
string NWNX_Time_GetSystemTime()
Returns current time.
int NWNX_Time_GetTimeStamp()
int SQLite_GetTimeStamp()
A high resolution timestamp.
string SQLite_GetSystemDate()
Returns the current date.
struct NWNX_Util_HighResTimestamp NWNX_Util_GetHighResTimeStamp()
string NWNX_Time_GetSystemDate()
Returns the current date.