DocumentSetVersion.Created Property
Gets when the snapshot was captured.
Namespace: Microsoft.Office.DocumentManagement.DocumentSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public ReadOnly Property Created As DateTime
Get
'Usage
Dim instance As DocumentSetVersion
Dim value As DateTime
value = instance.Created
public DateTime Created { get; }
Property Value
Type: System.DateTime
Returns DateTime.
Remarks
The date and time are in UTC format.