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

rangeOfUnit:startDate:interval:forDate:

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

Declaration 宣言

- (BOOL)rangeOfUnit:(NSCalendarUnit)unit 
          startDate:(NSDate * _Nullable *)datep 
           interval:(NSTimeInterval *)tip 
            forDate:(NSDate *)date;

Parameters パラメータ

unit

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

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 戻り値

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

See Also 参照

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