SetEbDateTo

Examples


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

Syntax

SetEbDateTo date_value

Parameters

date_value – The date value to use for the system date. The possible values are:

[spacer]

Value

Description

'o/s'

The operating system date

date MM/DD/YY/DOW

The date specified, where MM is the month, DD is the date, YY is the year, and DOW is the day of the week.


Comments

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


Documentation Feedback