ImageGear v26.3 - Updated November 9, 2022
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office.Metadata Namespace / ImGearOfficeMetadata Class / Created Property




In This Topic
Created Property
In This Topic
The date and time the document was created.
Syntax
'Declaration
 
Public ReadOnly Property Created As Nullable(Of Date)
 
'Usage
 
Dim instance As ImGearOfficeMetadata
Dim value As Nullable(Of Date)
 
value = instance.Created
Remarks

Relates to Office document metadata as follows:

DOCX, XLSX, PPTX DOC, XLS, PPT
dcterms:created GKPIDSI_CREATE_DTM

See Also