Enumeration Case 列挙ケース

Calendar.MatchingPolicy.previousTimePreservingSmallerComponents

If there is no matching time before the end of the next instance of the next higher component to the highest specified component in the DateComponents argument, the algorithm will return the previous existing value of the missing component and preserves the lower components’ values. DateComponents引数の中の最も高位の指定された構成要素に対して次に高位の構成要素の次のインスタンスの最後の前に合致する時刻がないならば、アルゴリズムはその見つからない構成要素のより1つ前の存在する値を返して、より低位の構成要素の値は保ちます。

Declaration 宣言

case previousTimePreservingSmallerComponents

Discussion 議論

For example, during a daylight saving transition there may be no 2:37am. The result would then be 1:37am, if that does exist. 例えば、サマータイムの変わり目には2:37amはないかもしれません。結果はそのとき1:37amになります、それが存在するならば。