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

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

Syntax

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

See Also