IValidationFilter.StartDateSettings

Syntax

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

Example

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

See also:

IValidationFilter