VTimeZoneCollectionRemove Method
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public bool Remove(
VTimeZone item
)
Public Function Remove (
item As VTimeZone
) As Boolean
public:
virtual bool Remove(
VTimeZone^ item
) sealed
abstract Remove :
item : VTimeZone -> bool
override Remove :
item : VTimeZone -> bool
- item VTimeZone
- The VTimeZone object to remove
BooleanTrue if the item was removed or false if it was not in the collection
ICollectionTRemove(T)