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