IRubricatorAutoPeriodDate.IsFixed

Fore Syntax

IsFixed: Boolean;

Fore.NET Syntax

IsFixed: boolean;

Description

The IsFixed property returns whether a date is set in absolute units or relatively to the current date.

Comments

If IsFixed returns True, period date is set absolutely or relatively to the current date. The IRubricatorAutoPeriodDate.Fixed property returns the date.

Fore and Fore.NET Examples

The property use is given in the example for IRubricatorAutoPeriodDate.Fixed.

See also:

IRubricatorAutoPeriodDate