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

xmlNodes
The XMLNodeList used to populate the day formats.
Initializes a new instance of the dbiDayFormat class

Syntax

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

Parameters

xmlNodes
The XMLNodeList used to populate the day formats.

Requirements

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

See Also