.\" This is a wxWidgets manpage page generated from the XML docs .TH wxDateEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxDateEvent \- Used with wxDatePickerCtrl .SH DESCRIPTION This event class holds information about a date change and is used together with wxDatePickerCtrl . It also serves as a base class for wxCalendarEvent . .SH "PARENTS" wxCommandEvent wxEvent wxObject .SH "INCLUDE FILES" wx/dateevt.h .SH MEMBERS .SS const wxDateTime& GetDate () Returns the date. .SS void SetDate (const wxDateTime& date) Sets the date carried by the event, normally only used by the library internally. .SH "SEE ALSO" wxCommandEvent wxEvent wxObject .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.