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 Date
, then use the strict
option.
例えば、2月29日をグレゴリオ暦で検索するとしたら、アルゴリズムは代わりに3月1日を選択するかもしれません(例えば、その年が閏年でないならば)指定されたDate
の中の次により高位の構成要素をアルゴリズムが調整することなしに、あなたが次の2月29日を見つけるのを望むならば、そのときstrict
オプションを使ってください。
Note 注意
There are ultimately implementation-defined limits in how far distant the search will go. どのくらい遠い隔たりを検索が進むのかにおいて根本的に実装定義の限界があります。