A class for manipulating dates.
+{\bf NOTE:} this class is retained only for compatibility,
+and has been replaced by \helpref{wxDateTime}{wxdatetime}. wxDate
+may be withdrawn in future versions of wxWindows.
+
\wxheading{Derived from}
\helpref{wxObject}{wxobject}
+\wxheading{Include files}
+
+<wx/date.h>
+
\wxheading{See also}
\helpref{wxTime}{wxtime}
\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}
\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.
\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}