MindFusion.Wpf Pack Programmer's Guide
AppointmentForm Constructor (Schedule, DateTimeFormatInfo, LocalizationInfo)
See Also
 





Initializes a new instance of the AppointmentForm class.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf.StandardForms

 Syntax

C#  Copy Code

public AppointmentForm (
    Schedule schedule,
    DateTimeFormatInfo formatInfo,
    LocalizationInfo localizationInfo
)

Visual Basic  Copy Code

Public New ( _
    schedule As Schedule, _
    formatInfo As DateTimeFormatInfo, _
    localizationInfo As 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 (Nothing in Visual Basic).

formatInfo

A .NET DateTimeFormatInfo 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

AppointmentForm Constructor Overload List
AppointmentForm Class
MindFusion.Scheduling.Wpf Namespace