Structure
NSCalendar.Options
The options for arithmetic operations involving calendars.
カレンダーを伴う算術演算に対するオプション。
Topics
話題
Constants
定数
static var wrapComponents: NSCalendar.Options
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ラップアラウンドをするべき、しかしより高い単位の漸増が引き起こされるべきでないことを指定します。
static var matchPreviousTimePreservingSmallerUnits: NSCalendar.Options
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つ前の存在する値を使い、そしてより低い単位の値を保全する、ということです。
static var matchNextTimePreservingSmallerUnits: NSCalendar.Options
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
で指定される次に最も高い単位の次のインスタンスの終わりの前にない場合、このメソッドはその見つからない単位のその次の存在する値を使い、そしてより低い単位の値を保全する、ということです。
static var matchNextTime: NSCalendar.Options
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
オブジェクトで指定される次に最も高い単位の次のインスタンスの終わりの前にない場合、このメソッドはその見つからない単位の次の存在する値を使い、そしてより低い単位の値を保全しない、ということです。
var NSWrapCalendarComponents: Int
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ラップアラウンドをするべき、しかしより高い単位の漸増が引き起こされるべきでないことを指定します。
Deprecated
非推奨
See Also
参照
Scanning Dates
日付を走査する
NSWrapCalendarComponents
A legacy constant used to control overflow in date calculations.
日付計算においてオーバーフローを制御するために使われるレガシー定数。