X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce3ed50dbe32d118321082db84c3a9abb047d5b7..e1ea357c6725c152a7b93281b6ce5c6ad67f949e:/docs/latex/wx/time.tex diff --git a/docs/latex/wx/time.tex b/docs/latex/wx/time.tex index caeb336b76..85cd2a6055 100644 --- a/docs/latex/wx/time.tex +++ b/docs/latex/wx/time.tex @@ -2,33 +2,26 @@ 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} + + + \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}} @@ -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.