2008-03-14 01:47:17 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: funcmacro_time.h
|
|
|
|
// Purpose: Time function and macro group docs
|
|
|
|
// Author: wxWidgets team
|
2010-07-13 09:29:13 -04:00
|
|
|
// Licence: wxWindows licence
|
2008-03-14 01:47:17 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
@defgroup group_funcmacro_time Time
|
|
|
|
@ingroup group_funcmacro
|
|
|
|
|
|
|
|
The functions in this section deal with getting the current time and sleeping
|
|
|
|
for the specified time interval.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|