]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/time.tex
wxWindowMSW now eats EVT_CHAR if the key was handled in EVT_KEY_DOWN
[wxWidgets.git] / docs / latex / wx / time.tex
index caeb336b76effed74bffb797b7eeefefe5daad17..2df4c3439707ca737811a56e6a360c53541c7e11 100644 (file)
@@ -2,39 +2,32 @@
 
 Representation of time and date.
 
+{\bf NOTE:} this class is retained only for compatibility,
+and has been replaced by \helpref{wxDateTime}{wxdatetime}. wxTime
+may be withdrawn in future versions of wxWindows.
+
 \wxheading{Derived from}
 
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/time.h>
+
 \wxheading{Data structures}
 
-{\small \begin{verbatim}
+\begin{verbatim}
 typedef unsigned short hourTy;
-\end{verbatim}}
-
-{\small \begin{verbatim}
 typedef unsigned short minuteTy;
-\end{verbatim}}
-
-{\small \begin{verbatim}
 typedef unsigned short secondTy;
-\end{verbatim}}
-
-{\small \begin{verbatim}
 typedef unsigned long clockTy;
-\end{verbatim}}
-
-{\small \begin{verbatim}
 enum tFormat { wx12h, wx24h };
-\end{verbatim}}
-
-{\small \begin{verbatim}
 enum tPrecision { wxStdMinSec, wxStdMin };
-\end{verbatim}}
+\end{verbatim}
 
 \wxheading{See also}
 
-\helpref{wxDate}{wxDate}
+\helpref{wxDate}{wxdate}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
@@ -56,8 +49,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.