VTime Zone CollectionIndex Of(VTime Zone) Method
Get the index of the VTimeZone object
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
The zero-based index of the entry if it exists within the collection or -1 if it is not found.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public int IndexOf(
VTimeZone item
)VB
Public Function IndexOf (
item As VTimeZone
) As IntegerC++
public:
virtual int IndexOf(
VTimeZone^ item
) sealedF#
abstract IndexOf :
item : VTimeZone -> int
override IndexOf :
item : VTimeZone -> int Parameters
- item VTimeZone
- The VTimeZone object to find.
Return Value
Int32The zero-based index of the entry if it exists within the collection or -1 if it is not found.