| Prev | Next | Basic Verbs > timeModified |
timeModified
| Syntax |
timeModified (address)
|
| Params |
address is an Object Database table location.
|
| Action |
Retrieves the time the object stored at address was last modified.
|
| Returns |
The date and time the object was last modified, unless no such object exists, in which case an error condition results.
|
| Examples |
timeModified (@root) » 9/25/91 ; 12:43 AM
timeModified (@examples.funStuff)
timeModified (@nothing)
Error is also generated because "nothing" has not been defined.
Modification time is not maintained for this type. |
| Errors |
If no object exists at address, Frontier returns an error indicating the name address has not been defined. Supplying the address of an object that is not one of the supported types (see Notes, below) returns false, but it is not an error.
|
| Notes |
This verb applies only to Frontier objects that can be displayed and edited in their own window. These types are: outline, script, menubar, table, wptext, and picture.
|
| See Also |
timeCreated
|
| Prev | Next | Basic Verbs > timeModified |