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

item
Date
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
Date

Return Value

Integer value representing the index.

Requirements

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

See Also