dbicMonth Send comments on this topic.
Add Method
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > DateTimeCollection Class : Add Method

item
DateTime
Adds a Date to the end of the collection.

Syntax

Visual Basic (Declaration) 
Public Function Add( _
   ByVal item As Date _
) As Integer
C# 
public int Add( 
   DateTime item
)

Parameters

item
DateTime

Return Value

Integer

Requirements

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

See Also