Enumeration Case 列挙ケース

Calendar.MatchingPolicy.strict

If specified, the algorithm travels as far forward or backward as necessary looking for a match. 指定されるならば、アルゴリズムは合致するものを探す必要がある限りずっと前方または後方に進みます。

Declaration 宣言

case strict

Discussion 議論

For example, if searching for Feb 29 in the Gregorian calendar, the algorithm may choose March 1 instead (for example, if the year is not a leap year). If you wish to find the next Feb 29 without the algorithm adjusting the next higher component in the specified DateComponents, then use the strict option. 例えば、2月29日をグレゴリオ暦で検索するとしたら、アルゴリズムは代わりに3月1日を選択するかもしれません(例えば、その年が閏年でないならば)指定されたDateComponentsの中の次により高位の構成要素をアルゴリズムが調整することなしに、あなたが次の2月29日を見つけるのを望むならば、そのときstrictオプションを使ってください。