Share via


SPFileVersion.Created property

Gets the creation date and time for the file version.

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

Syntax

'Declaration
Public ReadOnly Property Created As DateTime
    Get
'Usage
Dim instance As SPFileVersion
Dim value As DateTime

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

Property value

Type: System.DateTime
A System.DateTime object that specifies when the file version was created.

See also

Reference

SPFileVersion class

SPFileVersion members

Microsoft.SharePoint namespace