The LnTransformPeriodSet enumeration contains the options of a calculation period.
The enumeration is used by the following property:
Value | Brief description |
0 | None. The calculation period parameters are not set. |
1 | StartDate. Data identification start. |
2 | ForecastStartDate. Data forecast start. |
2 | IdentificationEndDate. Data identification end. |
4 | EndDate. Data forecast end. |
8 | ForecastStartDate. Data forecast start. |
15 | All. Start, end of data identification and start, end of data forecasting. |
To implement several options of calculation period, determine the necessary values of the LnTransformPeriodSet enumeration separated with Or. The All value is equal to specifying the StartDate, IdentificationEndDate, ForecastStartDate and EndDate values via Or.
The IdentificationEndDate element is recommended to use instead of ForecastStartDate. IdentificationEndDate and ForecastStartDate can be used simultaneously in ILanerTransformPeriod.PeriodSet if one of the dates ILanerTransformPeriod.IdentificationEndDate or ILanerTransformPeriod.ForecastStartDate will be empty (simultaneous use of these properties is not allowed).
See also: