- init
Initializes a date interval by setting the start and end date to the current date.
ある日付間隔を開始および終了日付を現在の日付に設定することによって初期化します。
- initWithStartDate:duration:
Initializes a date interval with a given start date and duration.
与えられた開始日付と期間を使ってある日付間隔を初期化します。
- initWithStartDate:endDate:
Initializes a date interval from a given start date and end date.
与えられた開始日付と終了日付からある日付間隔を初期化します。