ITextDocument::LastSavedTime Property

 

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

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

property DateTime LastSavedTime {
	DateTime get();
}

Property Value

Type: System::DateTime

The last saved time.

Return to top
Show: