SetEbTimeTo

Examples


The SetEbTimeTo command specifies the system time value to use. When using macros for regression tests, it is helpful to have a static system date and system time.

Syntax

SetEbTimeTo time_value

Parameters

time_value – The time value to use for the system time. The possible values are:

[spacer]

Value

Description

'o/s'

The operating system time

time HH:MM:SS

The time specified, where HH is the hour (from 0 to 23), MM is the minute, and SS is the second.


Comments

You will typically add the SetEbTimeTo command to be beginning of a macro, or to the Keys.ini file.


Documentation Feedback