FileData::LastWriteTime Property

Gets the date and time when the file was last written to.

Namespace:  Microsoft.Synchronization.Files
Assembly:  Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)

public:
property DateTime LastWriteTime {
	DateTime get ();
}

Property Value

Type: System::DateTime
The date and time when the file was last written to.
Show: