ITextDocument.LastSavedTime Property

Definition

Gets the last DateTime the file was saved. This time exactly matches the last file written time on the file system.

public:
 property DateTime LastSavedTime { DateTime get(); };
public DateTime LastSavedTime { get; }
member this.LastSavedTime : DateTime
Public ReadOnly Property LastSavedTime As DateTime

Property Value

The last saved time.

Applies to