X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..80d2803f703d1b238f42725504f08266ef02defe:/docs/latex/wx/time.tex?ds=sidebyside diff --git a/docs/latex/wx/time.tex b/docs/latex/wx/time.tex index 2e463e402b..879462222c 100644 --- a/docs/latex/wx/time.tex +++ b/docs/latex/wx/time.tex @@ -2,9 +2,9 @@ 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. +{\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} @@ -16,29 +16,14 @@ with a new wxDateTime class in the near future. \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}