]> git.saurik.com Git - wxWidgets.git/blob - include/wx/time.h
29ca1029cbc77974d055d2e7775091f56380e8bc
[wxWidgets.git] / include / wx / time.h
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_