dbicMonth Send comments on this topic.
IndexOf(dbiDayFormat) Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiDayFormatCollection Class : IndexOf(dbiDayFormat) Method

item
dbiDayFormat
Returns the index of a specified item within the collection.

Syntax

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

Parameters

item
dbiDayFormat

Return Value

Integer

Requirements

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

See Also