funcmacro_time.h 489 B

1234567891011121314151617
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: funcmacro_time.h
  3. // Purpose: Time function and macro group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_funcmacro_time Time
  9. @ingroup group_funcmacro
  10. The functions in this section deal with getting the current time and sleeping
  11. for the specified time interval.
  12. */