dbicCalendar Send comments on this topic.
dbiAppointmentDialog Constructor(dbiAppointmentItem)
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class > dbiAppointmentDialog Constructor : dbiAppointmentDialog Constructor(dbiAppointmentItem)

objAppoint
The dbiAppointmentItem used to populate the dialog.
Initializes a new instance of the dbiAppointmentDialog class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal objAppoint As dbiAppointmentItem _
)
C# 
public dbiAppointmentDialog( 
   dbiAppointmentItem objAppoint
)

Parameters

objAppoint
The dbiAppointmentItem used to populate the dialog.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also