SPListItemVersion.Created Property
Gets the creation date and time for the item version.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Created As DateTime
Get
'Usage
Dim instance As SPListItemVersion
Dim value As DateTime
value = instance.Created
public DateTime Created { get; }
Property Value
Type: System.DateTime
A System.DateTime structure that provides the date and time that the item version was created.