Creates a new DateTime object; can also be called as
PARENT->AddDateTime(%OPTIONS). Class specific %OPTIONS
are:
-align => 'right'/'left' (default 'left') The drop-down month calendar alignement. -format => 'shortdate', 'longdate', 'time' Control format type (Use local format date/time). -shownone => 0/1 (default 0) Allow no datetime (add a prefix checkbox). -updown => 0/1 (default 0 for date, 1 for time format) Use updown control instead of the drop-down month calendar.
(preliminary) Sets the format for the DateTime control to the specified string. More info [TBD].
(preliminary) Returns the date in the DateTime control in a three elements
array (day, month, year).
(preliminary) Returns the date and time in the DateTime control in a eight
elements array (year, month, day, dayofweek, hour, minute, second,
millisecond).
(preliminary) Returns the time in the DateTime control in a four elements
array (hour, min, sec, msec).
(preliminary) Test if the DateTime control is None (control check box was
(preliminary) Sets the date in the DateTime control in a three elements
array (day, month, year).
(preliminary) Sets the date time in the DateTime control
(preliminary) Set none state in the DateTime control (control check box was
(preliminary) Sets the time in the DateTime control in a four elements
array (hour, min, sec, [msec=0]).
not selected).
selected)..