init()
Initializes an interval with start and end dates set to the current date and the duration set to
0
.
開始および終了日付を現在の日付に設定して期間は0
に設定して、ある間隔を初期化します。
init(start: Date, duration: TimeInterval)
Initializes an interval with the specified start date and duration.
指定された開始日付と期間で、ある間隔を初期化します。