In This Topic
Sets the last time this annotation was modified.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_ModifiedTime(value);
function set_ModifiedTime(
: string
) : any;
Parameters
- value
- The last time this annotation was modified.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also