ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > AttrCreationTimeGet Method |
Gets the date/time stamp of when a mark was created, 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.
AttrCreationTimeGet(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 created.
N/A
None