X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2cf617cb8160a92696f1421675963aa00cb0c2b..62b4ae0811c3168cd689e202ba8aa8e052916b9b:/docs/latex/wx/time.tex diff --git a/docs/latex/wx/time.tex b/docs/latex/wx/time.tex index 879462222c..eaa58d1fec 100644 --- a/docs/latex/wx/time.tex +++ b/docs/latex/wx/time.tex @@ -27,7 +27,7 @@ enum tPrecision { wxStdMinSec, wxStdMin }; \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}