Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
ReadOnly Property LastSavedTime As DateTime
DateTime LastSavedTime { get; }
property DateTime LastSavedTime {
DateTime get ();
}
abstract LastSavedTime : DateTime
function get LastSavedTime () : DateTime
Property Value
Type: System.DateTime
The last saved time.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.