]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/time.h
Extracted private GetTimeZone() to public wxGetTimeZone() function.
[wxWidgets.git] / interface / wx / time.h
diff --git a/interface/wx/time.h b/interface/wx/time.h
new file mode 100644 (file)
index 0000000..23db295
--- /dev/null
@@ -0,0 +1,21 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/time.h
+// Purpose:     Time-related functions.
+// Author:      Vadim Zeitlin
+// Created:     2011-11-27
+// RCS-ID:      $Id$
+// Copyright:   (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
+/** @addtogroup group_funcmacro_time */
+//@{
+
+/**
+    Returns the difference between UTC and local time in seconds.
+
+    @header{wx/time.h}
+ */
+int wxGetTimeZone();
+
+//@}