SetFormat() exists in generic version only (bug 1605753)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-12-02 12:50:24 +00:00
parent 7c1bf4c171
commit 869c999938

View File

@ -154,7 +154,11 @@ outside of the current range, an invalid object is returned.
\func{void}{SetFormat}{\param{const wxChar*}{ format}}
Sets the display format for the date in the control. See wxDateTime for the meaning of format strings.
Please note that this function is only available in the generic version of this
control. The native version always uses the current system locale.
Sets the display format for the date in the control. See wxDateTime for the
meaning of format strings.
\wxheading{Remarks}