IValidationFilter.EndDateSettings

Fore Syntax

EndDateSettings: IValidationDateSettings;

Fore.NET Syntax

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

Description

The EndDateSettings property determines the end date of calculating the validation rule.

Comments

If validation is calculated for a workbook of time series database, the end date of calculation is selected to be the minimum value of EndDateSettings, and end date of workbook data loading: the  ILaner.EndDate 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