]> git.saurik.com Git - wxWidgets.git/commitdiff
Missing parts of wxDateTime - bug #825215.
authorWłodzimierz Skiba <abx@abx.art.pl>
Wed, 10 Nov 2004 19:01:43 +0000 (19:01 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Wed, 10 Nov 2004 19:01:43 +0000 (19:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/datetime.tex

index c406a90c63de42afd756040e0747b11024e049ad..968a2ba3fe6d08acd983cd86bd795ddfc0c5de61 100644 (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}}