dbicCalendar Send comments on this topic.
Add Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > DaysWeekendCollection Class : Add Method

item
The System.DateTime.DayOfWeek to add to the collection.
Adds a new day to the DayWeekendCollection object.

Syntax

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

Parameters

item
The System.DateTime.DayOfWeek to add to the collection.

Return Value

The zero-based index of the item in the collection.

Requirements

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

See Also