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.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
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