Inserts a date and time in the Appointment date and time text boxes of an Appointment view.
AFTKN_SET_DATETIMEDUR or 584
TextSetDateTime( [WORD StartDay]; [WORD StartMonth]; [WORD StartYear]; [WORD StartMinute]; [WORD StartHour]; [WORD EndDay]; [WORD EndMonth]; [WORD EndYear]; [WORD EndMinute]; [WORD EndHour]; [WORD DurationMinutes]; [WORD DurationHours])
(Optional) Day when the appointment starts.
(Optional) Month when the appointment starts.
(Optional) Year when the appointment starts.
(Optional) Minute when the appointment starts.
Military time (24-hour clock). (Optional)
(Optional) Day when the appointment ends.
(Optional) Month when the appointment ends.
(Optional) Year when the appointment ends.
(Optional) Minute when the appointment ends.
(Optional) Military time (24-hour clock).
(Optional) Number of minutes that the appointment lasts (in addition to the number of hours).
(Optional) Number of hours that the appointment lasts.
If Date Time Options, Calendar Tab, Appointment Options, or Display Event Length is set to Duration, do not use End parameters. If Date Time Options, Calendar Tab, Appointment Options, or Display Event Length is set to End Date and End Time, do not use Duration parameters. (See PrefAppointmentTime().)