Share via


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)

Syntax

'Declaration
Public ReadOnly Property LastWriteTime As DateTime
    Get
'Usage
Dim instance As FileData
Dim value As DateTime

value = instance.LastWriteTime
public DateTime LastWriteTime { get; }
public:
property DateTime LastWriteTime {
    DateTime get ();
}
member LastWriteTime : DateTime
function get LastWriteTime () : DateTime

Property Value

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

See Also

Reference

FileData Class

Microsoft.Synchronization.Files Namespace