Folder.TimeCreated property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property TimeCreated As DateTime
    Get
'Usage
Dim instance As Folder
Dim value As DateTime

value = instance.TimeCreated
public DateTime TimeCreated { get; }

Property value

Type: System.DateTime

See also

Reference

Folder class

Folder members

Microsoft.SharePoint.Client namespace