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 creation date and time for the file version.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property Created As DateTime
Get
'Usage
Dim instance As SPFileVersion
Dim value As DateTime
value = instance.Created
[ClientCallableAttribute]
public DateTime Created { get; }
Property Value
Type: System.DateTime
A System.DateTime object that specifies when the file version was created.