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

range(of:start:interval:for:)

Returns by reference the starting time and duration of a given calendar unit that contains a given date. 与えられた日付を含む与えられたカレンダー単位での開始時間と期間を参照によって返します。

Declaration 宣言

func range(of unit: NSCalendar.Unit, 
     start datep: AutoreleasingUnsafeMutablePointer<NSDate?>?, 
  interval tip: UnsafeMutablePointer<TimeInterval>?, 
       for date: Date) -> Bool

Parameters パラメータ

unit

A calendar unit (see NSCalendar.Unit for possible values). カレンダー単位(可能な値のためにNSCalendar.Unitを見てください)。

datep

Upon return, contains the starting time of the calendar unit unit that contains the date date 返すにあたって、カレンダー単位unitの開始時間を含みます、それは日付dateを含みます

tip

Upon return, contains the duration of the calendar unit unit that contains the date date 返すにあたって、カレンダー単位unitの間隔を含みます、それは日付dateを含みます

date

A date. ある日付。

Return Value 戻り値

true if the starting time and duration of a unit could be calculated, otherwise false. true、もしある単位の開始時間と継続期間がならば計算できたならば、そうでなければ、false

See Also 参照

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