StartDateType Property

Specifies the Pen object's starting date operational mode as either fixed or relative .

Syntax

object.StartDateType [= enumStartMode]

Properties

The StartDateType property syntax has these parts:

Part

Description

object

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

enumStartMode

The pen's starting date operational mode.

Settings

The settings for enumStartMode are:

Constant

Value

Description

Relative

0

Relative.

Fixed

1

Fixed.

Remarks

Use this field to configure either a fixed starting date or a relative date. Configuring a relative start date means that the pen will use the DaysBeforeNow property for determining the start date.

 

Applies To