Clarify wxDateTime::ParseDateTime() semantics: it needs both date and time.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Mar 2010 22:56:17 +0000 (22:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Mar 2010 22:56:17 +0000 (22:56 +0000)
commit7633bfcd68d2292c21bdcb41aac952a49a4c07f0
treeae64c9da97803ec7bf24ee353d39f045586f29f7
parentb66a68884dddf6798d868812dd06acbbcca7ea0c
Clarify wxDateTime::ParseDateTime() semantics: it needs both date and time.

Correct documentation and also remove unnecessary initialization of variables
and comments in the function itself.

See #11846.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/datetime.h
src/common/datetimefmt.cpp