Dela via


FileData.CreationTime Property

Gets the date and time when the file was created.

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

Syntax

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

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

Property Value

Type: System.DateTime
The date and time when the file was created.

See Also

Reference

FileData Class

Microsoft.Synchronization.Files Namespace