dbicDate Send comments on this topic.
DateTimeCollection Constructor(DateTime)
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > DateTimeCollection Class > DateTimeCollection Constructor : DateTimeCollection Constructor(DateTime)

item
A DateTime to add to the collection when it is created.
Initializes a new instance of the DateTimeCollection class

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal item As Date _
)
C# 
public DateTimeCollection( 
   DateTime item
)

Parameters

item
A DateTime to add to the collection when it is created.

Requirements

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

See Also