ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > AttrModifyTimeGet Method |
Gets the date/time stamp of when a mark was last modified, returned as a string. Your application specifies the format of the string. Before using this property, you must load the IGArtPage ObjectAttrXXX properties with the values from a specific mark by calling MarkQuery Method.
AttrModifyTimeGet(strFormat As String) As String
Name | Description |
---|---|
strFormat | A format-specification string, like "%m%d%y %H:%M:%S". See AttrText Property for the full description of format specification strings. |
Date/time stamp, as a formatted string, of when the "current" mark was last modified.
N/A
None