wx.DateEvent

Inheritance diagram for wx.DateEvent:



Description

This event class holds information about a date change and is used together with wx.DatePickerCtrl. It also serves as a base class for wx.CalendarEvent.

Methods Summary

Properties Summary

Class API

Methods

__init__(win, dt, type)

Constructor.

Parameters:


Returns:

wx.DateEvent


GetDate()

Returns the date.


Returns:

wx.DateTime


SetDate(date)

Sets the date carried by the event, normally only used by the library internally.

Parameters:


Properties

Date
See GetDate and SetDate