]> git.saurik.com Git - wxWidgets.git/commitdiff
removed sentence about ParseDateTime() not being implemented
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Nov 2005 13:32:14 +0000 (13:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Nov 2005 13:32:14 +0000 (13:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/datetime.tex

index ba260860694d0f3aaecd06a569cc88d06240ba3b..a97e2238f7d52c8df6e3773b7f58e945629f3201 100644 (file)
@@ -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}