While implementing partial methods for `PlainYearMonth`, it became clear that `PartialDate` is not completely correct for `PlainYearMonth` APIs. So a new `PartialYearMonth` should be implemented and used for all related APIs.
While implementing partial methods for
PlainYearMonth, it became clear thatPartialDateis not completely correct forPlainYearMonthAPIs.So a new
PartialYearMonthshould be implemented and used for all related APIs.