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

xmlNodes
The XMLNodeList containing appointment information.
Initializes a new instance of the dbiAppointmentItem class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal xmlNodes As XmlNodeList _
)
C# 
public dbiAppointmentItem( 
   XmlNodeList xmlNodes
)

Parameters

xmlNodes
The XMLNodeList containing appointment information.

Requirements

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

See Also