ImageGear v26.5 - Updated
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
    public Nullable<DateTime> Created {get;}
    public: __property Nullable<DateTime> get_Created();
    public:
    property Nullable<DateTime> Created {
       Nullable<DateTime> get();
    }
    Remarks

    Relates to Office document metadata as follows:

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

    See Also