Search
AppointmentForm Constructor (Schedule, DateTimeInfo, LocalizationInfo)
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
)

 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.

 See Also