ILanerTransformPeriod.StartDateParamId

Syntax

StartDateParamId: String;

Description

The StartDateParamId property determines identifier of the parameter that sets the sample period start date for the series values.

Comments

The property value is alterable if ILanerTransformPeriod.PeriodSet contains the LnTransformPeriodSet.StartDate or LnTransformPeriodSet.All values. That is why the ILanerTransformPeriod.PeriodSet value needs to be set before the changing of the StartDateParamId value.

If the property value is not set, the start date of sample period is determined by the ILanerTransformPeriod.StartDate property.

If the StartDateParamId and ILanerTransformPeriod.StartDate properties are set, the start date of sample period is determined by the last set property.

Example

The property use is given in the example for ITsParamProvider.Params.

See also:

ILanerTransformPeriod