public TimeStampProperty? Created { get; set; }
Public Property Created As TimeStampProperty
Get
Set
public:
property TimeStampProperty^ Created {
TimeStampProperty^ get ();
void set (TimeStampProperty^ value);
}
member Created : TimeStampProperty with get, set
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.