IValidationFilter.EndDateSettings

Syntax

EndDateSettings: 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 options.

Example

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

See also:

IValidationFilter