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

item
The specific Date to remove.
Remove a Date from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal item As Date _
) 
C# 
public void Remove( 
   DateTime item
)

Parameters

item
The specific Date to remove.

Return Value

None

Requirements

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

See Also