"timeInUTC"

Shows all time ranges in the trend in UTC-time (Coordinated Universal Time).

Synopsis

setValue(string shape, "timeInUTC", bool mode);

getValue(string shape, "timeInUTC", bool &mode);

shape.timeInUTC(bool mode);

Parameters

Parameter Description
shape Name of the object
mode

TRUE = activates the displaying in UTC-time.

FALSE = deactivates the displaying in UTC-time.

Description

Shows all trend time ranges in the trend in UTC-time (Coordinated Universal Time). If the displaying in UTC-time is activated a label will be shown in the bottom left corner of the trend.

Example

Activating of the displaying in UTC-time.

main()
{
  TREND1.timeInUTC(TRUE);
}

Assignment

Trend