time_period property

time_period property

The applicable time period in a “date occurring…” conditional formatting rule. Valid only for type = timePeriod. The default value is TimePeriodType.Today.

Definition:

@property
def time_period(self):
    ...
@time_period.setter
def time_period(self, value):
    ...

See Also