VCardCreated Property

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

Definition

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

Property Value

TimeStampProperty

Remarks

This is the timestamp when the vCard was created. Copying the vCard across systems does not count as a new creation nor a new revision. Instead, the timestamp value typically stays unchanged for the existence of the vCard.

Use the Updated property to specify the last revision.

See Also