phoenix_title wx.lib.CDate.Date

A date class


class_hierarchy Class Hierarchy

Inheritance diagram for class Date:

method_summary Methods Summary

__init__

Default class constructor.


api Class API

class Date(object)

A date class


Methods

__init__(self, year, month, day)

Default class constructor.

Parameters
  • year – the year as an int or string

  • month – the month as an int or string

  • day – the day as an int or string