VTime Zone CollectionRemove 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
True if the item was removed or false if it was not in the collection
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public bool Remove(
VTimeZone item
)VB
Public Function Remove (
item As VTimeZone
) As BooleanC++
public:
virtual bool Remove(
VTimeZone^ item
) sealedF#
abstract Remove :
item : VTimeZone -> bool
override Remove :
item : VTimeZone -> bool Parameters
- item VTimeZone
- The VTimeZone object to remove
Return Value
BooleanTrue if the item was removed or false if it was not in the collection