Search
AppointmentForm Constructor (Schedule, DateTimeInfo, LocalizationInfo, Window, Dialog.ModalityType)
See Also
 






Initializes a new instance of the AppointmentForm class.

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

 Syntax

Java  Copy Code

public AppointmentForm (
    Schedule schedule,
    DateTimeInfo formatInfo,
    LocalizationInfo localizationInfo,
    Window owner,
    Dialog.ModalityType modalityType
)

 Parameters

schedule

A Schedule object used to initialize certain fields on the form, such as the list with available locations. This value cannot be null.

formatInfo

A DateTimeInfo object that specifies how to format and display dates and times within the form.

localizationInfo

A LocalizationInfo object that provides localized strings for labels and messages.

owner

modalityType

A Dialog.ModalityType value specifying the form's modality.

 See Also