Customizing the metamodel : Keywords for USRPROPS : TIME
  
TIME
This is an allowable field type, indicating the property contains a time stamp in the notation appropriate to the time format defined to Windows. CHECKOUT TIME, FREEZE TIME, INITIAL TIME, and UPDATE TIME each have special meanings.
Example
DIAGRAM "Data Flow Gane & Sarson"
{
PROPERTY "Freeze time"
{ FREEZE TIME }
..
}
Other uses for the TIME might be found in any definition.
Example
DEFINITION "X" { PROPERTY "Creation Time" { EDIT Text INITIAL TIME LENGTH 12 READONLY }
}