VTimeZoneCollection.Remove Method

Remove a VTimeZone from the collection

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public bool Remove(
	VTimeZone item
)

Parameters

item  VTimeZone
The VTimeZone object to remove

Return Value

Boolean
True if the item was removed or false if it was not in the collection

Implements

ICollection<T>.Remove(T)

See Also