VTimeZoneCollectionIndexOf(VTimeZone) Method
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public int IndexOf(
VTimeZone item
)
Public Function IndexOf (
item As VTimeZone
) As Integer
public:
virtual int IndexOf(
VTimeZone^ item
) sealed
abstract IndexOf :
item : VTimeZone -> int
override IndexOf :
item : VTimeZone -> int
- item VTimeZone
- The VTimeZone object to find.
Int32The zero-based index of the entry if it exists within the collection or -1 if it is not
found.
IListTIndexOf(T)