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

dtStart
The start date and time of the appointment.
dtEnd
The end date and time of the appointment.
strText
The appointment text.
strEntryID
The appointment Entry ID.
Initializes a new instance of the dbiAppointmentItem class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal dtStart As Date, _
   ByVal dtEnd As Date, _
   ByVal strText As String, _
   ByVal strEntryID As String _
)
C# 
public dbiAppointmentItem( 
   DateTime dtStart,
   DateTime dtEnd,
   string strText,
   string strEntryID
)

Parameters

dtStart
The start date and time of the appointment.
dtEnd
The end date and time of the appointment.
strText
The appointment text.
strEntryID
The appointment Entry ID.

Requirements

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

See Also