]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/time.tex
Small distrib updates,
[wxWidgets.git] / docs / latex / wx / time.tex
index caeb336b76effed74bffb797b7eeefefe5daad17..2e463e402b30c098b172222fba3d599a35dbb70e 100644 (file)
@@ -2,10 +2,18 @@
 
 Representation of time and date.
 
+NOTE: this class should be
+used with caution, since it is not fully tested. It will be replaced
+with a new wxDateTime class in the near future.
+
 \wxheading{Derived from}
 
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/time.h>
+
 \wxheading{Data structures}
 
 {\small \begin{verbatim}
@@ -56,8 +64,6 @@ Copy constructor.
 
 Initialize using hours, minutes, seconds, and whether DST time.
 
-\membersection{wxTime::wxTime}\label{wxtimewxtime}
-
 \func{}{wxTime}{\param{const wxDate\&}{ date}, \param{hourTy }{h = 0}, \param{minuteTy }{m = 0}, \param{secondTy }{s = 0}, \param{bool }{dst = FALSE}}
 
 Initialize using a \helpref{wxDate}{wxdate} object, hours, minutes, seconds, and whether DST time.