X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/67598dc41c16673893553f83cb0cf05f10a41ece..4948ebf3ffe886443ec61bbecd1d0d3b794dfee2:/docs/latex/wx/datectrl.tex diff --git a/docs/latex/wx/datectrl.tex b/docs/latex/wx/datectrl.tex index d2ad8999a3..fb8d613aa2 100644 --- a/docs/latex/wx/datectrl.tex +++ b/docs/latex/wx/datectrl.tex @@ -150,6 +150,17 @@ set. Returns the currently selected. If there is no selection or the selection is outside of the current range, an invalid object is returned. +\membersection{wxDatePickerCtrl::SetFormat}\label{wxdatepickerctrlsetformat} + +\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. + +\wxheading{Remarks} + +If the format parameter is invalid, +the behaviour is undefined. + \membersection{wxDatePickerCtrl::SetRange}\label{wxdatepickerctrlsetrange}