StartTimeMode Property

Specifies the GeneralDataSet, Lookup Object,Line, Formatted Object, or Chart object's initial starting time operational mode to either fixed or relative time-based.

Syntax

object.StartTimeMode [= enumStartMode]

Properties

The StartTimeMode property syntax has these parts:

Part

Description

object

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

enumStartMode

The starting time operational mode for the Chart or GeneralDataSet.

Settings

The settings for enumStartMode are:

Constant

Value

Description

Relative

0

Relative - Uses TimeBeforeNow setting.

Fixed

1

Fixed - Uses the FixedTime setting.

Remarks

StartTimeMode is a one-shot property.

 

Applies To