Initializer
init(start:duration:)
Initializes a date interval with a given start date and duration.
与えられた開始日付と期間を使ってある日付間隔を初期化します。
Parameters
パラメータ
startDate
The start date of the date interval.
この日付間隔の開始日付。
duration
The duration from the start date for the date interval.
この日付間隔に対する開始日付からの期間。
Discussion
議論
This is the designated initializer.
これは、指定イニシャライザです。
See Also
参照
Creating Date Intervals
日付間隔の作成
init()
Initializes a date interval by setting the start and end date to the current date.
ある日付間隔を開始および終了日付を現在の日付に設定することによって初期化します。
init(coder: NSCoder)
Returns a date interval initialized from data in the given unarchiver.
与えられたアンアーカイバの中のデータから初期化される日付間隔を返します。