| Prev | Next | Basic Verbs > setTimeCreated |
setTimeCreated
| Syntax |
setTimeCreated (adr, date)
|
| Params |
adr is the address of an object in an object database. date is the date and time to set the creation time to.
|
| Action |
Sets the time the object stored at address was created.
|
| Returns |
True.
|
| Examples |
setTimeCreated (@workspace.notepad, clock.now ()) » true
|
| Errors |
If no object exists at address, Frontier generates an error indicating the 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 > setTimeCreated |