Table Of Contents

Previous topic

CommandLinkButton

Next topic

DatePickerCtrl

This Page

phoenix_title DateEvent

This event class holds information about a date change and is used together with DatePickerCtrl.

It also serves as a base class for CalendarEvent.


class_hierarchy Inheritance Diagram

Inheritance diagram for class DateEvent

Inheritance diagram of DateEvent


sub_classes Known Subclasses

CalendarEvent


method_summary Methods Summary

__init__  
GetDate Returns the date.
SetDate Sets the date carried by the event, normally only used by the library internally.

property_summary Properties Summary

Date See GetDate and SetDate

api Class API



class DateEvent(CommandEvent)

This event class holds information about a date change and is used together with DatePickerCtrl.

Possible constructors:

DateEvent()

DateEvent(win, dt, type)

Methods



__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self)



__init__ (self, win, dt, type)

Parameters:





GetDate(self)

Returns the date.

Return type: DateTime


SetDate(self, date)

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

Parameters:date (DateTime) –

Properties



Date

See GetDate and SetDate