VTimeZoneCollectionIndexOf(VTimeZone) Method

Get the index of the VTimeZone object

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public int IndexOf(
	VTimeZone item
)

Parameters

item  VTimeZone
The VTimeZone object to find.

Return Value

Int32
The zero-based index of the entry if it exists within the collection or -1 if it is not found.

Implements

IListTIndexOf(T)

See Also