FileVersion.Created property
Gets a value that specifies the creation date and time for the file version.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Created As DateTime
Get
'Usage
Dim instance As FileVersion
Dim value As DateTime
value = instance.Created
public DateTime Created { get; }
Property value
Type: System.DateTime
Returns a DateTime instance representing the creation date and time for the file version.