IMsTargetConstraintCommon.TimeMoment

Fore Syntax

TimeMoment: Integer;

Fore.NET Syntax

TimeMoment: integer;

Description

The TimeMoment property determines the time span which is controlled by constraint.

Comments

The time interval is set by the index corresponding to the point in the forecasting period. Indexing of time intervals is continuous and starts with zero. For example, forecasting period contains 20 points. Time interval for the first point is 0, for the second point is 1, for the last one is 19.

Fore and Fore.NET Examples

The property use is given in the example for IMsOptimizationProblem.CriterionFunction.

See also:

IMsTargetConstraintCommon