.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.CDate .. highlight:: python .. _wx.lib.CDate.Date: ========================================================================================================================================== |phoenix_title| **wx.lib.CDate.Date** ========================================================================================================================================== A date class | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class Date:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.CDate.Date.__init__` Default class constructor. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: Date(object) A date class .. method:: __init__(self, year, month, day) Default class constructor. :param `year`: the year as an int or string :param `month`: the month as an int or string :param `day`: the day as an int or string