IMsModelPeriod.IdentificationAutoEndDate

Syntax

IdentificationAutoEndDate(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 IdentificationAutoEndDate property returns sample period end 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