Finished review/fixes of the rest of the functions and macro categories (Network/User/OS, Process Control, Strings, Threads, and Time).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -72,24 +72,35 @@ public:
|
||||
// Global functions/macros
|
||||
// ============================================================================
|
||||
|
||||
/** @ingroup group_funcmacro_time */
|
||||
//@{
|
||||
|
||||
/**
|
||||
Returns the number of seconds since local time 00:00:00 Jan 1st 1970.
|
||||
|
||||
@see wxDateTime::Now
|
||||
@see wxDateTime::Now()
|
||||
|
||||
@header{wx/stopwatch.h}
|
||||
*/
|
||||
long wxGetLocalTime();
|
||||
|
||||
/**
|
||||
Returns the number of seconds since GMT 00:00:00 Jan 1st 1970.
|
||||
|
||||
@see wxDateTime::Now
|
||||
*/
|
||||
long wxGetUTCTime();
|
||||
|
||||
/**
|
||||
Returns the number of milliseconds since local time 00:00:00 Jan 1st 1970.
|
||||
|
||||
@see wxDateTime::Now, wxLongLong
|
||||
@see wxDateTime::Now(), wxLongLong
|
||||
|
||||
@header{wx/stopwatch.h}
|
||||
*/
|
||||
wxLongLong wxGetLocalTimeMillis();
|
||||
|
||||
/**
|
||||
Returns the number of seconds since GMT 00:00:00 Jan 1st 1970.
|
||||
|
||||
@see wxDateTime::Now()
|
||||
|
||||
@header{wx/stopwatch.h}
|
||||
*/
|
||||
long wxGetUTCTime();
|
||||
|
||||
//@}
|
||||
|
||||
|
Reference in New Issue
Block a user