DateAndOrTimeBuilderRemove Method
Namespace: FolkerKinzel.VCards.BuilderPartsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public VCardBuilder Remove(
Func<DateAndOrTimeProperty, bool> predicate
)
Public Function Remove (
predicate As Func(Of DateAndOrTimeProperty, Boolean)
) As VCardBuilder
public:
VCardBuilder^ Remove(
Func<DateAndOrTimeProperty^, bool>^ predicate
)
member Remove :
predicate : Func<DateAndOrTimeProperty, bool> -> VCardBuilder
- predicate FuncDateAndOrTimeProperty, Boolean
- A function that returns true for DateAndOrTimeProperty
objects that shall be removed.
VCardBuilderThe
VCardBuilder instance that initialized this
DateAndOrTimeBuilder to be able to chain calls.