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 date and time when the file was last written to.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)
Syntax
'Declaration
Public ReadOnly Property LastWriteTime As DateTime
'Usage
Dim instance As FileData
Dim value As DateTime
value = instance.LastWriteTime
public DateTime LastWriteTime { get; }
public:
property DateTime LastWriteTime {
DateTime get ();
}
/** @property */
public DateTime get_LastWriteTime ()
public function get LastWriteTime () : DateTime
Property Value
The date and time when the file was last written to.
See Also
Reference
FileData Class
FileData Members
Microsoft.Synchronization.Files Namespace