IValidationFilter.StartDateSettings

Fore Syntax

StartDateSettings: IValidationDateSettings;

Fore.NET Syntax

StartDateSettings: Prognoz.Platform.Interop.Ms.IValidationDateSettings;

Description

The StartDateSettings property determines the start data of calculation of the validation rule.

Comments

If validation is calculated for a workbook of time series database, the start date of calculation is selected to be the maximum value of StartDateSettings and start date of workbook data loading: the  ILaner.StartDate property.

The Settings parameter of the IValidationFilter.Execute method determines validation calculation parameters.

Fore and Fore.NET Examples

The property use is given in the example for IValidationFilter.Details.

See also:

IValidationFilter