'Usage Dim instance As HolidayCollection Dim holiday As IHoliday Dim value As Integer value = instance.IndexOf(holiday)
Parameters
- holiday
- The IHoliday for which to search in the collection.
Return Value
A System.Int32 value.
'Usage Dim instance As HolidayCollection Dim holiday As IHoliday Dim value As Integer value = instance.IndexOf(holiday)