ILanerTransformPeriod.StartDate

Syntax

StartDate: DateTime;

Description

The StartDate property determines the identification 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 changing the StartDate value.

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

If the EndDate and ILanerTransformPeriod.StartDateParamId 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 ILanerCalculateSerie.TransformPeriod.

See also:

ILanerTransformPeriod