Missing parts of wxDateTime - bug #825215.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2004-11-10 19:01:43 +00:00
parent c87957c2db
commit 1b4e1b3ad6

View File

@ -536,6 +536,20 @@ The only supported value for {\it cal} parameter is currently {\tt Gregorian}.
and {\tt GetNumberOfDaysInMonth} in wxPython.}
\membersection{wxDateTime::GetTimeNow}\label{wxdatetimegettimenow}
\func{static time\_t}{GetTimeNow}{\void}
Returns the current time.
\membersection{wxDateTime::GetTmNow}\label{wxdatetimegettmnow}
\func{static struct tm *}{GetTmNow}{\void}
Returns the current time broken down.
\membersection{wxDateTime::GetWeekDayName}\label{wxdatetimegetweekdayname}
\func{static wxString}{GetWeekDayName}{\param{WeekDay }{weekday}, \param{NameFlags }{flags = Name\_Full}}