utc multiply
Multiplies a relative time (a length of time) by an integer or floating point factor. The syntax is:
utc multiply relative_timestamp {integer | floating_point_factor}
Description The utc multiply command accepts two arguments - a relative timestamp and an integer or floating point factor. This operation multiplies the length of
time (specified with the relative timestamp) by the integer or floating point factor, returning the product as a relative timestamp.
Privileges Required No special privileges are needed to use the utc multiply command.
Examples
dcecp> utc multiply +0-00:00:05.000I----- 3 +0-00:00:15.000I----- dcecp>
|