]> git.saurik.com Git - wxWidgets.git/blob - interface/wx/time.h
23db2956962ccdd56d77d24cf916a2710d2d0010
[wxWidgets.git] / interface / wx / time.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/time.h
3 // Purpose: Time-related functions.
4 // Author: Vadim Zeitlin
5 // Created: 2011-11-27
6 // RCS-ID: $Id$
7 // Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
10
11 /** @addtogroup group_funcmacro_time */
12 //@{
13
14 /**
15 Returns the difference between UTC and local time in seconds.
16
17 @header{wx/time.h}
18 */
19 int wxGetTimeZone();
20
21 //@}