- startOfDayForDate:
Returns the first moment of a given date as a date instance.
与えられた日付の最初の瞬間を日付インスタンスとして返します。
- enumerateDatesStartingAfterDate:matchingComponents:options:usingBlock:
Computes the dates that match (or most closely match) a given set of components, and calls the block once for each of them, until the enumeration is stopped.
ある与えられた構成要素一揃いに合致する(または最もぴったりと合致する)日付それらを算出します、そしてそれらの各々で一度だけブロックを、列挙が停止されるまで呼び出します。
- nextDateAfterDate:matchingComponents:options:
Returns the next date after a given date matching the given components.
与えられた日付の後の与えられた構成要素と合致している次の日付を返します。
- nextDateAfterDate:matchingHour:minute:second:options:
Returns the next date after a given date that matches the given hour, minute, and second, component values.
与えられた日付の後の与えられた時間、分、そして秒、構成要素値に合致する次の日付を返します。
NSCalendarOptions
The options for arithmetic operations involving calendars.
カレンダーを伴う算術演算に対するオプション。
NSWrapCalendarComponents
A legacy constant used to control overflow in date calculations.
日付計算においてオーバーフローを制御するために使われるレガシー定数。