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

item
The DayOfWeek member to add to DbiDaysWeekendCollection.
Adds a new item to the DbiDaysWeekendCollection class.

Syntax

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

Parameters

item
The DayOfWeek member to add to DbiDaysWeekendCollection.

Return Value

the index value of the added day.

Requirements

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

See Also