VTimeZoneCollectionRemove Method

Remove a VTimeZone from the collection

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.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

ICollectionTRemove(T)

See Also