ITextDocument.LastSavedTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.