Important
Only use this struct in conjunction with VCardBuilder!
public readonly struct TimeStampBuilder
Public Structure TimeStampBuilder
public value class TimeStampBuilder
[<SealedAttribute>]
type TimeStampBuilder =
struct
inherit ValueType
end
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. |
GetType | Gets 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. |