ICalculatedCubeFormulas.FindPeriod

Syntax

FindPeriod(Start: Integer; DateBegin: DateTime; DateEnd: DateTime): Integer;

Parameters

Start - index of the formula, starting with which search is executed.

DateBegin - period start date.

DateEnd - period end date.

Description

The FindPeriod method searches for a formula, in the actual period of which, the specified period is included and it returns formula index, if search was successful.

See also:

ICalculatedCubeFormulas