The time at which this script session began.
<script>
script.name.startTime
Read Only
string
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 myText>
/ items= ("startTime = <% script.startTime %>")
</text>
The following displays the value of startTime in an instruction page:
<page myPage>
startTime = <% script.startTime %>
</page>