Time is a basic data type in MAXScript. Its semantics are based on animation time in 3ds Max, where you can express time in frames, ticks or normalized time. In 3ds Max, time is stored with a resolution of 4800 ticks per second.
The format for a time literal is one of:
In the first form, the {...}+ indicates one or more repetitions, so you can string together minutes/seconds/frames/ticks. If you do this, they must be in the specific minutes/seconds/frames/ticks order.
The normalized time form is always relative to the current active animation time segment.