ImageGear v26.3 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office.Metadata Namespace / ImGearOfficeMetadata Class / Modified Property




In This Topic
    Modified Property
    In This Topic
    The date and time the document was changed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Modified As Nullable(Of Date)
    'Usage
     
    Dim instance As ImGearOfficeMetadata
    Dim value As Nullable(Of Date)
     
    value = instance.Modified
    public Nullable<DateTime> Modified {get;}
    public: __property Nullable<DateTime> get_Modified();
    public:
    property Nullable<DateTime> Modified {
       Nullable<DateTime> get();
    }
    Remarks

    Relates to Office document metadata as follows:

    DOCX, XLSX, PPTX DOC, XLS, PPT
    dcterms:modified GKPIDSI_LASTSAVE_DTM

    See Also