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

strVCalendar
The VCalendar specifications for the appointment.
Initializes a new instance of the dbiAppointmentItem class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal strVCalendar As String _
)
C# 
public dbiAppointmentItem( 
   string strVCalendar
)

Parameters

strVCalendar
The VCalendar specifications for the appointment.

Requirements

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

See Also