ParameterSectionCreated Property
CREATED: Defines the date and time when a
VCardProperty was created.
(4 - RFC 9554) Namespace: FolkerKinzel.VCards.Models.Properties.ParametersAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public DateTimeOffset? Created { get; set; }
Public Property Created As DateTimeOffset?
Get
Set
public:
property Nullable<DateTimeOffset> Created {
Nullable<DateTimeOffset> get ();
void set (Nullable<DateTimeOffset> value);
}
member Created : Nullable<DateTimeOffset> with get, set
Property Value
NullableDateTimeOffset
This parameter MAY be set on any
VCardProperty to define the point in time when the property was created.
Generally, updating a
VCardProperty value SHOULD NOT change the creation timestamp.