public TimeStampBuilder Created { get; }
Public ReadOnly Property Created As TimeStampBuilder
Get
public:
property TimeStampBuilder Created {
TimeStampBuilder get ();
}
member Created : TimeStampBuilder with get
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.