NSCalendarWrapComponents
Specifies that the components specified for an
NSDateComponents
object should be incremented and wrap around to zero/one on overflow, but should not cause higher units to be incremented.
NSDateComponents
オブジェクトに対して指定される構成要素それらが漸増されてオーバーフローに関して0/1ラップアラウンドをするべき、しかしより高い単位の漸増が引き起こされるべきでないことを指定します。
NSCalendarMatchStrictly
Specifies that the operation should travel as far forward or backward as necessary looking for a match.
演算がある合致するものを見つけるのに必要なだけはるか前方または後方に進むべきであることを指定します。
NSCalendarSearchBackwards
Specifies that the operation should travel backwards to find the previous match before the given date.
演算がその与えられた日付より前の最初の合致するものを見つけるために後方に進むべきであることを指定します。
NSCalendarMatchPreviousTimePreservingSmallerUnits
Specifies that, when there is no matching time before the end of the next instance of the next highest unit specified in the given
NSDateComponents
object, this method uses the previous existing value of the missing unit and preserves the lower units' values.
これが指定するのは、合致する時間がその与えられたNSDateComponents
で指定される次に最も高い単位の次のインスタンスの終わりの前にない場合、このメソッドはその見つからない単位の1つ前の存在する値を使い、そしてより低い単位の値を保全する、ということです。
NSCalendarMatchNextTimePreservingSmallerUnits
Specifies that, when there is no matching time before the end of the next instance of the next highest unit specified in the given
NSDateComponents
object, this method uses the next existing value of the missing unit and preserves the lower units' values.
これが指定するのは、合致する時間がその与えられたNSDateComponents
で指定される次に最も高い単位の次のインスタンスの終わりの前にない場合、このメソッドはその見つからない単位のその次の存在する値を使い、そしてより低い単位の値を保全する、ということです。
NSCalendarMatchNextTime
Specifies that, when there is no matching time before the end of the next instance of the next highest unit specified in the given
NSDateComponents
object, this method uses the next existing value of the missing unit and does not preserve the lower units' values.
これが指定するのは、合致する時間がその与えられたNSDateComponents
オブジェクトで指定される次に最も高い単位の次のインスタンスの終わりの前にない場合、このメソッドはその見つからない単位の次の存在する値を使い、そしてより低い単位の値を保全しない、ということです。
NSCalendarMatchFirst
Specifies that, if there are two or more matching times, the operation should return the first occurrence.
これが指定するのは、2つ以上の合致する時間があるならば、演算は最初の出現を返すということです。
NSCalendarMatchLast
Specifies that, if there are two or more matching times, the operation should return the last occurrence.
これが指定するのは、2つ以上の合致する時間があるならば、演算は最後の出現を返すということです。
NSWrapCalendarComponents
Specifies that the components specified for an
NSDateComponents
object should be incremented and wrap around to zero/one on overflow, but should not cause higher units to be incremented.
NSDateComponents
オブジェクトに対して指定される構成要素それらが漸増されてオーバーフローに関して0/1ラップアラウンドをするべき、しかしより高い単位の漸増が引き起こされるべきでないことを指定します。