]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/time.tex
moved GetRed() in its correct place in alphabetical order
[wxWidgets.git] / docs / latex / wx / time.tex
index 85cd2a6055537fe06f9ae95bb88fd0ecd4bc747d..eaa58d1fec94ad691645a360253ef551d779ce43 100644 (file)
@@ -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}}}
 
@@ -45,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.
 
@@ -129,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}