SYSTIME parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Actually say what the format is...)
m (misc cleanup)
Line 1: Line 1:
{{Template:SYSTIME parameter subtitle}}
{{Template:SYSTIME parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 13: Line 14:
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V6.1</var> or earlier
</dl>
</dl>
==Description==
==Description==
The SYSTIME parameter lets you set the initial system time to a given value. The SYSDATE and SYSTIME parameters must both be specified together, unless SYSDATE=+DDD is specified. The format for the parameter value is: SYSTIME=hh:mm:ss
The <var>SYSTIME</var> parameter lets you set the initial system time to a given value. The <var>[[SYSDATE parameter|SYSDATE]]</var> and <var>SYSTIME</var> parameters must both be specified together, unless <code>SYSDATE=+DDD</code> is specified.  
 
The format for the parameter value is:  
<p class="syntax">SYSTIME=<span class="term">hh</span>:<span class="term">mm</span>:<span class="term">ss</span></p>
 
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 23:11, 5 March 2015

System initial time

Summary

Default value
Current operating system time
Parameter type
System
Where set
User 0 CCAIN parameter list only
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The SYSTIME parameter lets you set the initial system time to a given value. The SYSDATE and SYSTIME parameters must both be specified together, unless SYSDATE=+DDD is specified.

The format for the parameter value is:

SYSTIME=hh:mm:ss