]>
Commit | Line | Data |
---|---|---|
59068d79 VZ |
1 | /////////////////////////////////////////////////////////////////////////////// |
2 | // Name: wx/time.h | |
3 | // Purpose: Miscellaneous time-related functions. | |
4 | // Author: Vadim Zeitlin | |
5 | // Created: 2011-11-26 | |
6 | // RCS-ID: $Id: wxhead.h,v 1.12 2010-04-22 12:44:51 zeitlin Exp $ | |
7 | // Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org> | |
8 | // Licence: wxWindows licence | |
9 | /////////////////////////////////////////////////////////////////////////////// | |
10 | ||
11 | #ifndef _WX_TIME_H_ | |
12 | #define _WX_TIME_H_ | |
13 | ||
14 | // Returns the difference between UTC and local time in seconds. | |
15 | WXDLLIMPEXP_BASE int wxGetTimeZone(); | |
16 | ||
17 | #endif // _WX_TIME_H_ |