X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c7527e3f2178b3a527c50ffda6bb059f8ff8acce..2e0ce62d46cde23d7573e6bab863fffc6f413da4:/docs/latex/wx/time.tex diff --git a/docs/latex/wx/time.tex b/docs/latex/wx/time.tex index 85cd2a6055..2df4c34397 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,18 +16,18 @@ with a new wxDateTime class in the near future. \wxheading{Data structures} -{\small \begin{verbatim} +\begin{verbatim} typedef unsigned short hourTy; typedef unsigned short minuteTy; typedef unsigned short secondTy; typedef unsigned long clockTy; enum tFormat { wx12h, wx24h }; enum tPrecision { wxStdMinSec, wxStdMin }; -\end{verbatim}} +\end{verbatim} \wxheading{See also} -\helpref{wxDate}{wxDate} +\helpref{wxDate}{wxdate} \latexignore{\rtfignore{\wxheading{Members}}}