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-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["Represents a time period as a range between two YearMonths, inclusive of both the start and end months."],["Defined by a `start` YearMonth and an `end` YearMonth, indicating the beginning and end of the period."],["Allows for specifying a single month by setting both `start` and `end` to the same YearMonth (e.g., January 2020)."]]],[]]