YearMonthRange
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["The `start` field represents the inclusive start year and month of a date range using the `YearMonth` data type."],["The `end` field represents the inclusive end year and month of a date range, also using the `YearMonth` data type."],["Date ranges are inclusive of both the start and end months specified, meaning the range includes the entire span from the beginning of the start month to the end of the end month."]]],[]]