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






Initializes a new instance of the RecurrenceForm class.

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

 Syntax

Java  Copy Code

public RecurrenceForm (
    DateTimeInfo formatInfo,
    LocalizationInfo localizationInfo,
    Window owner,
    Dialog.ModalityType modalityType
)

 Parameters

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