IMsModelPeriod.ForecastAutoStartDate

Syntax

ForecastAutoStartDate(Calculation: IMsMethodCalculation; Coord: IMsFormulaTransformCoord): DateTime;

Parameters

Calculation. Settings that are necessary on model calculation.

Coord. Coordinate parameters in the variable by which the calculation is executed.

Description

The ForecastAutoStartDate property returns forecasting period start date if conditions are used for calculating of model calculation period limits.

Comments

The criterion of using the conditions for calculating of model calculation period limits is returned by the IMsModel.UseAutoPeriod property.

For simultaneous getting of all model calculation period limits use the IMsModelPeriod.AutoPeriodDates method.

Example

The property use is given in the example for IMsModelPeriod.ForecastAutoEndDate.

See also:

IMsModelPeriod