Search
AppointmentForm.setDates Method
See Also
 






Sets the dates to be used to initialize the form if no appointment is initially set.

Namespace: com.mindfusion.scheduling.standardforms
Package: com.mindfusion.scheduling.standardforms

 Syntax

Java  Copy Code

public void setDates (
    DateTime start,
    DateTime end,
    boolean allDay
)

 Parameters

start

A DateTime instance specifying the initial start date of the new appointment.

end

A DateTime instance specifying the initial end date of the new appointment.

allDay

A Boolean flag indicating whether the appointment is an all-day event initially. After you create a new instance of the AppointmentForm class, either call SetAppointment to select existing appointment for editing, or optionally call SetDates to initialize some fields on the form.

 See Also