#include <wx/dateevt.h>

This event class holds information about a date change and is used together with wxDatePickerCtrl.
It also serves as a base class for wxCalendarEvent.
Public Member Functions | |
| const wxDateTime & | GetDate () const |
| Returns the date. | |
| void | SetDate (const wxDateTime &date) |
| Sets the date carried by the event, normally only used by the library internally. | |
| const wxDateTime& wxDateEvent::GetDate | ( | ) | const |
Returns the date.
| void wxDateEvent::SetDate | ( | const wxDateTime & | date | ) |
Sets the date carried by the event, normally only used by the library internally.
|
[ top ] |