IEmCensus2Settings.StartMonthOrQuarter

Fore syntax

StartMonthOrQuarter: Integer;

Fore.NET syntax

StartMonthOrQuarter: integer;

Description

The StartMonthOrQuarter property determines initial month/quarter.

Comments

First month/quarter is initial by default.

If IEmCensus2Settings.SeasonalComponentCycleType = SeasonalityCycleType.Month, StartMonthOrQuarter determines the initial month; if IEmCensus2Settings.SeasonalComponentCycleType = SeasonalityCycleType.Quater, it determines the initial quarter.

Fore and Fore.NET examples

The property use is given in the example for IEmCensus2Settings.Serie.

See also:

IEmCensus2Settings