Instance Method
インスタンスメソッド
initWithStartDate:endDate:
Initializes a date interval from a given start date and end date.
与えられた開始日付と終了日付からある日付間隔を初期化します。
Declaration
宣言
- (instancetype)initWithStartDate:(NSDate
*)startDate
endDate:(NSDate
*)endDate;
Parameters
パラメータ
startDate
The start date of the date interval.
この日付間隔の開始日付。
endDate
The end date of the date interval.
この日付間隔の終了日付。
See Also
参照
Creating Date Intervals
日付間隔の作成
- init
Initializes a date interval by setting the start and end date to the current date.
ある日付間隔を開始および終了日付を現在の日付に設定することによって初期化します。
- initWithCoder:
Returns a date interval initialized from data in the given unarchiver.
与えられたアンアーカイバの中のデータから初期化される日付間隔を返します。