wxDateEvent
Functions for wxDateEvent class
- Provided by: erlang-manpages (Version: 1:25.3.2.8+dfsg-1ubuntu4.6)
- Source: erlang
- Report a bug
Functions for wxDateEvent class
This event class holds information about a date change and is used together with wxDatePickerCtrl. It also serves as a base class for wxCalendarEvent.
This class is derived (and can use functions) from: wxCommandEvent wxEvent
wxWidgets docs: wxDateEvent
wxDateEvent() = wx:wx_object()
wxDate() =
#wxDate{type = wxDateEvent:wxDateEventType(),
date = wx:wx_datetime()}
wxDateEventType() = date_changed
getDate(This) -> wx:wx_datetime()
Types:
Returns the date.