VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentInformationPropertiesJS type / get_Modified Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Modified Method
    In This Topic
    Gets the date and time the document was last changed.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentInformationPropertiesJS();
    
    var value; // Type: string
    value = instance.get_Modified();
    
    
    function get_Modified() : string;
    

    Return Value

    The date and time the document was last changed.
    Browser Compatibility
    56+
    45+
    11
    See Also