ILaner.StartDate

Syntax

StartDate: DateTime;

Description

The StartDate property determines the date, starting with which values in a workbook are displayed.

Comments

If the StartDate value is not set, the date of workbook data display start is determined with the ILaner.StartDateParamId property.

If the StartDate and ILaner.StartDateParamId properties are set, the date of workbook data display start is determined with the last set property.

The date of data display start must be less than that of data display end. To set the date of workbook data display end, use the ILaner.EndDate property.

StartDate affects only the data display in the workbook. To determine the calculation options of a specific series, use the ILanerTransformPeriod interface.

Example

The property use is given in the example for ILaner.EndDate.

See also:

ILaner