X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b6aa0ff15be125c6f5f641e586002ec0c0330a2..26de8b7d32fde0cf396d602dbbdb2e55f5caaeaf:/docs/latex/wx/time.tex diff --git a/docs/latex/wx/time.tex b/docs/latex/wx/time.tex index 5a68ca7ecb..85cd2a6055 100644 --- a/docs/latex/wx/time.tex +++ b/docs/latex/wx/time.tex @@ -3,36 +3,25 @@ Representation of time and date. NOTE: this class should be -used with caution, since it is not fully tested. It may be replaced -with a new class in the near future. +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} + + + \wxheading{Data structures} {\small \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}}