TimeZoneBuilderRemove Method
Namespace: FolkerKinzel.VCards.BuilderPartsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
public VCardBuilder Remove(
	Func<TimeZoneProperty, bool> predicate
)
Public Function Remove ( 
	predicate As Func(Of TimeZoneProperty, Boolean)
) As VCardBuilder
public:
VCardBuilder^ Remove(
	Func<TimeZoneProperty^, bool>^ predicate
)
member Remove : 
        predicate : Func<TimeZoneProperty, bool> -> VCardBuilder 
- predicate  FuncTimeZoneProperty, Boolean
 - A function that returns true for TimeZoneProperty 
            objects that shall be removed.
 
VCardBuilderThe 
VCardBuilder instance that initialized this 
TimeZoneBuilder
            to be able to chain calls.