In This Topic
Gets or sets the creation date and time of the document.
The default value for this property is DateTime.MinValue, which causes the current date/time to be used when the document is saved.
Syntax
'Declaration
Public Property CreationDate As Date
public DateTime CreationDate {get; set;}
See Also