Gets or sets the file's creation date. When a document is saved and this property is null, the creation date of the embedded file is set to the creation date of the containing document.

Syntax

public System.DateTime? CreationDate { get; set; }
Public Property CreationDate() As Nullable(Of System.DateTime)