EnableGlobalEndTime Property

Specifies whether the end time is utilized for the object display. When this property is false, the combination of the GlobalStartTime and the GlobalDuration define the GlobalEndTime of the Global Time Control.

Syntax

object.EnableGlobalEndTime [= Boolean]

Properties

The EnableGlobalEndTime property syntax has these parts:

Part

Description

object

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

Boolean

Whether the end time is enabled

Settings

The settings for Boolean are:

Value

Description

True

End time is enabled.

False

End time is not enabled (Default).

Remarks

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

 

Applies To