X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d26adb9df7d83c7c1280afdc22679978fba3ff90..5e51fb4ca59f3094a13d471f3209c922bbd0bc46:/docs/latex/wx/datetime.tex?ds=sidebyside diff --git a/docs/latex/wx/datetime.tex b/docs/latex/wx/datetime.tex index ba26086069..8d85f76d82 100644 --- a/docs/latex/wx/datetime.tex +++ b/docs/latex/wx/datetime.tex @@ -547,10 +547,21 @@ Returns the current time. \membersection{wxDateTime::GetTmNow}\label{wxdatetimegettmnow} -\func{static struct tm *}{GetTmNow}{\void} +\func{static struct tm *}{GetTmNow}{\param{struct tm *}{tm}} + +Returns the current time broken down, uses the buffer whose adress is +passed to the function via {\it tm} to store the result. -Returns the current time broken down. +\membersection{wxDateTime::GetTmNow} +\func{static struct tm *}{GetTmNow}{\void} + +Returns the current time broken down. Note that this function returns a +pointer to a static buffer that's reused by calls to this function and +certain C library functions (e.g. localtime). If there is any chance your +code might be used in a multi-threaded application, you really should use +the flavour of function \helpref{wxDateTime::GetTmNow}{wxdatetimegettmnow} +taking a parameter. \membersection{wxDateTime::GetWeekDayName}\label{wxdatetimegetweekdayname} @@ -1183,8 +1194,7 @@ will accept anything that may be accepted and will only reject strings which can not be parsed in any way at all. Returns {\tt NULL} if the conversion failed, otherwise return the pointer to -the character which stopped the scan. This method is currently not -implemented, so always returns NULL. +the character which stopped the scan. \membersection{wxDateTime::ParseDate}\label{wxdatetimeparsedate}