The revision date of the vCard.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Nullable<DateTime> RevisionDate { get; set; }
Visual Basic
Public Property RevisionDate As Nullable(Of DateTime)
	Get
	Set
Visual C++
public:
property Nullable<DateTime> RevisionDate {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}

Remarks

The revision date is not automatically updated by the vCard when modifying properties. It is up to the developer to change the revision date as needed.

See Also