Method: Axlsx::Filters::DateGroupItem#month

Defined in:
lib/axlsx/workbook/worksheet/auto_filter/filters.rb

#monthInteger

Month (1..12)

Returns:

  • (Integer)


170
171
172
# File 'lib/axlsx/workbook/worksheet/auto_filter/filters.rb', line 170

def month
  @month
end