// Purpose: interface of wxDateEvent
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
class wxDateEvent : public wxCommandEvent
{
public:
+ wxDateEvent();
+ wxDateEvent(wxWindow *win, const wxDateTime& dt, wxEventType type);
+
/**
Returns the date.
*/
void SetDate(const wxDateTime& date);
};
+wxEventType wxEVT_DATE_CHANGED;
+wxEventType wxEVT_TIME_CHANGED;