The time at which this script session began.
<script>
Time is retrieved from the local computer's clock and is reported in the local computer's time zone. The format of the time is hh:mm:ss where hours range from 1 to 24.
The following displays the value of starttime in a text stimulus:
<text sometext>
/ items= ("starttime = <% script.starttime %>")
</text>
The following displays the value of starttime in an instruction page:
<page somepage>
starttime = <% script.starttime %>
</page>