ParameterSectionCreated Property

CREATED: Defines the date and time when a VCardProperty was created. (4 - RFC 9554)

Definition

Namespace: FolkerKinzel.VCards.Models.Properties.Parameters
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
C#
public DateTimeOffset? Created { get; set; }

Property Value

NullableDateTimeOffset

Remarks

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.

See Also