From: Vadim Zeitlin Date: Wed, 30 Nov 2005 13:32:14 +0000 (+0000) Subject: removed sentence about ParseDateTime() not being implemented X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/42413abf113481fddc1660df14a936201691dc06?ds=inline removed sentence about ParseDateTime() not being implemented git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/datetime.tex b/docs/latex/wx/datetime.tex index ba26086069..a97e2238f7 100644 --- a/docs/latex/wx/datetime.tex +++ b/docs/latex/wx/datetime.tex @@ -1183,8 +1183,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}