Method: ISO8601::Date#week

Defined in:
lib/iso8601/date.rb

#weekInteger

The calendar week number (1-53)

Returns:

  • (Integer)


38
39
40
# File 'lib/iso8601/date.rb', line 38

def week
  @date.cweek
end