X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2a6f23364aefcd5095dc6558e3ab8144363fa96..23efb556d96ee8bf71f38f208b0f9230d7555a30:/docs/latex/wx/time.tex diff --git a/docs/latex/wx/time.tex b/docs/latex/wx/time.tex index 057e59ed0d..eaa58d1fec 100644 --- a/docs/latex/wx/time.tex +++ b/docs/latex/wx/time.tex @@ -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} + + + \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}}} @@ -52,11 +45,11 @@ Initialize the object using the number of seconds that have elapsed since ???. Copy constructor. -\func{}{wxTime}{\param{hourTy }{h}, \param{minuteTy }{m}, \param{secondTy }{s = 0}, \param{bool }{dst = FALSE}} +\func{}{wxTime}{\param{hourTy }{h}, \param{minuteTy }{m}, \param{secondTy }{s = 0}, \param{bool }{dst = false}} Initialize using hours, minutes, seconds, and whether DST time. -\func{}{wxTime}{\param{const wxDate\&}{ date}, \param{hourTy }{h = 0}, \param{minuteTy }{m = 0}, \param{secondTy }{s = 0}, \param{bool }{dst = FALSE}} +\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. @@ -136,7 +129,7 @@ Formats the time according to the current formatting options: see \helpref{wxTim \constfunc{bool}{IsBetween}{\param{const wxTime\& }{a}, \param{const wxTime\& }{b}} -Returns TRUE if this time is between the two given times. +Returns true if this time is between the two given times. \membersection{wxTime::Max}\label{wxtimemax}