Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / GcWordLayout Class / LastSavedTime Property

In This Topic
    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