Table of Contents

TConditionalTimePeriodRule.TConditionalTimePeriodRule Constructor

Creates a new instance of TConditionalTimePeriodRule.

Syntax

Namespace: FlexCel.Core

public TConditionalTimePeriodRule(Int32 aPriority, Boolean aStopIfTrue, TTimePeriod aTimePeriod)

Parameters

<-> Parameter Type Description
aPriority Int32 Priority of the rule. 1 means highest priority, and rules with higher numbers will be evaluated later.
aStopIfTrue Boolean See TConditionalFormatRule.StopIfTrue
aTimePeriod TTimePeriod Time period to highlight.

See also