Gets or sets the date and time when a document was last modified.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public DateTime RevisionTime { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property RevisionTime As DateTime
	Get
	Set

See Also