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

item
The day of the week to remove from the collection.
Removes a specific day of the week.

Syntax

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

Parameters

item
The day of the week to remove from the collection.

Return Value

This method does not return a value.

Requirements

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

See Also