dbicDropDate Send comments on this topic.
Remove Method
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDayFormatCollection Class : Remove Method

item
The Dbi.PIM.dbiDayFormat to remove from the collection.
Removes a specific item from the collection.

Syntax

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

Parameters

item
The Dbi.PIM.dbiDayFormat to remove from the collection.

Return Value

This method does not return a value.

Remarks

When an item is removed from the collection, the index value for the subsequent items change.  All the information about the removed item is deleted.

Requirements

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

See Also