GlobalEndTime Property

Specifies the end time displayed in the Global Time Control for all historical data sources in run mode. This property is not applied until the GlobalTimerApply method is called. The date string is formatted according to the short date format in the Regional and Language Options in the Control Panel.

NOTE: When using any of the Global Time Control or Playback properties, you need to call the System.GlobalTimerApply method after setting the property.

Syntax

object.GlobalEndTime [= String]

Properties

The GlobalEndTime property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

String

Date. The end time property of the Global Time Control.

Remarks

The value for EnableGlobalEndTime must be set to True before you can set the value for this property.

Applies To