X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fa482912e420a40e9f2e55a0f5407562826dd15e..01802c507c5edd947eeae4c64de01f3337c8bb09:/docs/latex/wx/date.tex?ds=sidebyside diff --git a/docs/latex/wx/date.tex b/docs/latex/wx/date.tex index c09e0d66da..bd01fbf511 100644 --- a/docs/latex/wx/date.tex +++ b/docs/latex/wx/date.tex @@ -202,7 +202,7 @@ Returns the date representing the first day of the year. \constfunc{bool}{IsLeapYear}{\void} -Returns TRUE if the year of this date is a leap year. +Returns true if the year of this date is a leap year. \membersection{wxDate::Set}\label{wxdateset} @@ -245,7 +245,7 @@ Sets the current format type. \membersection{wxDate::SetOption}\label{wxdatesetoption} -\func{int}{SetOption}{\param{int}{ option}, \param{const bool}{ enable=TRUE}} +\func{int}{SetOption}{\param{int}{ option}, \param{const bool}{ enable=true}} Enables or disables an option for formatting. @@ -315,37 +315,37 @@ Decrements the date (postfix or prefix). \func{friend bool}{operator $<$}{\param{const wxDate\&}{ date1}, \param{const wxDate\&}{ date2}} -Function to compare two dates, returning TRUE if {\it date1} is earlier than {\it date2}. +Function to compare two dates, returning true if {\it date1} is earlier than {\it date2}. \membersection{wxDate::operator $<=$}\label{wxdatelessthaneq} \func{friend bool}{operator $<=$}{\param{const wxDate\&}{ date1}, \param{const wxDate\&}{ date2}} -Function to compare two dates, returning TRUE if {\it date1} is earlier than or equal to {\it date2}. +Function to compare two dates, returning true if {\it date1} is earlier than or equal to {\it date2}. \membersection{wxDate::operator $>$}\label{wxdategreaterthan} \func{friend bool}{operator $>$}{\param{const wxDate\&}{ date1}, \param{const wxDate\&}{ date2}} -Function to compare two dates, returning TRUE if {\it date1} is later than {\it date2}. +Function to compare two dates, returning true if {\it date1} is later than {\it date2}. \membersection{wxDate::operator $>=$}\label{wxdategreaterthaneq} \func{friend bool}{operator $>=$}{\param{const wxDate\&}{ date1}, \param{const wxDate\&}{ date2}} -Function to compare two dates, returning TRUE if {\it date1} is later than or equal to {\it date2}. +Function to compare two dates, returning true if {\it date1} is later than or equal to {\it date2}. \membersection{wxDate::operator $==$}\label{wxdateequals} \func{friend bool}{operator $==$}{\param{const wxDate\&}{ date1}, \param{const wxDate\&}{ date2}} -Function to compare two dates, returning TRUE if {\it date1} is equal to {\it date2}. +Function to compare two dates, returning true if {\it date1} is equal to {\it date2}. \membersection{wxDate::operator $!=$}\label{wxdatenotequals} \func{friend bool}{operator $!=$}{\param{const wxDate\&}{ date1}, \param{const wxDate\&}{ date2}} -Function to compare two dates, returning TRUE if {\it date1} is not equal to {\it date2}. +Function to compare two dates, returning true if {\it date1} is not equal to {\it date2}. \membersection{wxDate::operator \cinsert}\label{wxdateinsert}