Instance Method インスタンスメソッド

nextWeekendStart(_:interval:options:after:)

Returns by reference the starting date and time interval range of the next weekend period after a given date. 与えられた日付の後の次の週末期間の開始日付と期間範囲を参照によって返します。

Declaration 宣言

func nextWeekendStart(_ datep: AutoreleasingUnsafeMutablePointer<NSDate?>?, 
             interval tip: UnsafeMutablePointer<TimeInterval>?, 
              options: NSCalendar.Options = [], 
                after date: Date) -> Bool

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 (searchBackwards), the starting date and time interval range of the preceding weekend period will be returned by reference instead. 計算に対するオプション。あなたが逆方向検索オプション(searchBackwards)を指定するならば、先行する週末期間の開始日付と時間間隔範囲は、代わりに参照によって返されるでしょう。

date

The date for which to perform the calculation. それに対して計算を実行することになる日付。

Return Value 戻り値

false if the calendar and locale do not have the concept of a weekend, otherwise true. false、もしカレンダーとロケールがある週末の概念を持たないならば、そうでなければtrue

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 日付を計算する