StartTimeType Property

Specifies the Pen object's starting time operational mode to either fixed or relative time-based.

Syntax

object.StartTimeType [= enumStartMode]

Properties

The StartTimeType 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 Pen.

Settings

The settings for enumStartMode are:

Constant

Value

Description

Relative

0

Relative.

Fixed

1

Fixed.

Remarks

Use this field to configure either a fixed start time or a relative start time. Configuring a relative start time mean that the pen will use the TimeBeforeNow property for determining the start time.

 

Applies To