TimeStampBuilder Structure

Provides methods for editing the Updated property.

Definition

Namespace: FolkerKinzel.VCards.BuilderParts
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public readonly struct TimeStampBuilder
Inheritance
Object    ValueType    TimeStampBuilder

Remarks

  Important

Only use this struct in conjunction with VCardBuilder!

Methods

Clear Sets the specified VCard property to null.
Edit(FuncTimeStampProperty, TimeStampProperty) Edits the content of the specified VCard property with a delegate.
EditTArg(FuncTimeStampProperty, TArg, TimeStampProperty, TArg) Edits the content of the specified VCard property with a delegate and allows to pass an argument to this delegate.
GetTypeGets the Type of the current instance.
(Inherited from Object)
Set(ActionParameterSection, FuncVCard, String) Sets the specified VCard property to a TimeStampProperty instance that is newly initialized using the UTC time stamp of the method call.
Set(DateTimeOffset, ActionParameterSection, FuncVCard, String) Sets the specified VCard property to a TimeStampProperty instance that is newly initialized from a DateTimeOffset value.

See Also