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

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