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

range(ofWeekendStart:interval:containing:)

Returns whether a given date falls within a weekend period, and if so, returns by reference the start date and time interval of the weekend range. 与えられた日付がある週末期間の範囲に収まるかどうかを返します、そしてもしそうならば、参照によってその週末範囲の開始日付と時間間隔を返します。

Declaration 宣言

func range(ofWeekendStart datep: AutoreleasingUnsafeMutablePointer<NSDate?>?, 
  interval tip: UnsafeMutablePointer<TimeInterval>?, 
containing 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. 戻りでは、次の週末期間の時間間隔を含みます。

date

The date to use to perform the calculation. 計算を実行するために使う日付。

Return Value 戻り値

true if the given date falls within a weekend period, otherwise false. true、もし与えられた日付が週末期間内に収まるならば、そうでなければfalse

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 参照

Getting Calendar Information カレンダー情報を取得する