Package Win32::GUI::DateTime

Back to the Packages


Constructor

new Win32::GUI::DateTime(PARENT, %OPTIONS)

Creates a new DateTime object; can also be called as PARENT->AddDateTime(%OPTIONS). Class specific %OPTIONS are:

  [TBD]


Methods

GetDate()

(preliminary) Returns the date in the DateTime control in a three elements array (day, month, year).

SetDate(DAY, MONTH, YEAR)

(preliminary) Sets the date in the DateTime control in a three elements array (day, month, year).