DADiSP Worksheet Functions > Function Categories > Display and Manipulation > SETTIME

 

SETTIME

Purpose:

Sets the time for a series.

Syntax:

SETTIME(series, "time")

series

-

Optional. A series, defaults to the current Window.

"time"

-

A string. The new series time in the form "hh:mm:ss" or "hh:mm:ss.ddd".

Example:

settime(W3, "14:00")

 

sets the time of the series in W3. To verify the change, press [F2] to display the information box.

Example:

W1: gnorm(1000, 1);settime("14:00:30");sethunits("time")

 

Creates a series in W1 and displays the X axis in clock time starting at 14:00:30.

Example:

W1: gnorm(1000, 1);settime("14:00:30.05");sethunits("real time")

 

Creates a series in W1 and displays the X axis in clock time starting at 14:00:30.05.

Remarks:

To save the change, save the series with the updated time.

 

See SETHUNITS to set the series units to "time" or "real time" to display clock time on the X axis. The "real time" unit displays fractional seconds.

See Also:

GETDATE

GETTIME

SAVESERIES

SETDATE

SETHUNITS