YearMonthRange

  • The year month range is inclusive of the start and end months.

  • The range can represent a single month by having the start and end months be the same.

  • The start field specifies the inclusive starting year month.

  • The end field specifies the inclusive ending year month.

The year month range inclusive of the start and end months. Eg: A year month range to represent Jan 2020 would be: (Jan 2020, Jan 2020).

Fields

start

YearMonth

The inclusive start year month.

end

YearMonth

The inclusive end year month.