LastSavedTime Property (GcWordLayout)
In This Topic
Gets or sets the time of the last save in UTC (for export to PDF).
Syntax
'Declaration
Public Property LastSavedTime As System.Nullable(Of Date)
public System.Nullable<DateTime> LastSavedTime {get; set;}
See Also