Instance Method
インスタンスメソッド
nextWeekendStartDate:interval:options:afterDate:
Returns by reference the starting date and time interval range of the next weekend period after a given date.
与えられた日付の後の次の週末期間の開始日付と期間範囲を参照によって返します。
Parameters
パラメータ
datep
Upon return, contains the starting date of the next weekend period.
戻りでは、次の週末期間の開始日付を含みます。
tip
Upon return, contains the time interval of the next weekend period.
戻りでは、次の週末期間の時間間隔を含みます。
options
オプション
Options for the calculation. If you specify a backward search option (NSCalendarSearchBackwards
), the starting date and time interval range of the preceding weekend period will be returned by reference instead.
計算に対するオプション。あなたが逆方向検索オプション(NSCalendarSearchBackwards
)を指定するならば、先行する週末期間の開始日付と時間間隔範囲は、代わりに参照によって返されるでしょう。
date
The date for which to perform the calculation.
それに対して計算を実行することになる日付。
Return Value
戻り値
NO
if the calendar and locale do not have the concept of a weekend, otherwise YES
.
NO
、もしカレンダーとロケールがある週末の概念を持たないならば、そうでなければYES
。
Discussion
議論
Note that a particular calendar day may not necessarily fall entirely within a weekend period, as weekends can start in the middle of a day in some calendars and locales.
ある特定のカレンダー日は、必ずしも週末の中にすっかり収まらないかもしれません、週末がいくつかのカレンダーとロケールにおいて1日の真ん中で始まることがあり得るように。
See Also
参照
Calculating Dates
日付を計算する
- dateFromComponents:
Returns a date representing the absolute time calculated from given components.
与えられた構成要素から計算される絶対時間を表している日付を返します。
- dateByAddingUnit:value:toDate:options:
Returns a date representing the absolute time calculated by adding the value of a given component to a given date.
ある与えられた構成要素をある与えられた日付に加えることによって計算される絶対時間を表している日付を返します。
- dateBySettingUnit:value:ofDate:options:
Returns a new date representing the date calculated by setting a specific component of a given date to a given value, while trying to keep lower components the same.
与えられた日付の指定構成要素をある与えられた値に設定して、一方でより低い構成要素を同じままに保とうとすることによって計算された日付を表している新しい日付を返します。