SPListItemVersion.Created property

Gets the creation date and time for the item version.

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

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.

See also

Reference

SPListItemVersion class

SPListItemVersion members

Microsoft.SharePoint namespace