dbicCalendar Send comments on this topic.
Add Method
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiDayFormatCollection Class : Add Method

item
The dbiDayFormat to add to the collection.
Adds a new day format to the collection.

Syntax

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

Parameters

item
The dbiDayFormat 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