Method: Axlsx::ConditionalFormattingRule#timePeriod

Defined in:
lib/axlsx/workbook/worksheet/conditional_formatting_rule.rb

#timePeriodObject

timePeriod (Time Period) The applicable time period in a "date occurring…" conditional formatting rule. This attribute is ignored if type is not equal to timePeriod. Valid types are today, yesterday, tomorrow, last7Days, thisMonth, lastMonth, nextMonth, thisWeek, lastWeek, nextWeek



134
135
136
# File 'lib/axlsx/workbook/worksheet/conditional_formatting_rule.rb', line 134

def timePeriod
  @timePeriod
end