struct Date
A specific point in time, independent of any calendar or time zone.
あらゆるカレンダーまたはタイムゾーンに影響を受けない、ある特定の時点。
struct DateInterval
The span of time between a specific start date and end date.
特定の開始日付と終了日付の間の期間。
Availability 有効性
Technology
typealias TimeInterval = Double
A Time
value is always specified in seconds; it yields sub-millisecond precision over a range of 10,000 years.
Time
値は常に秒で指定されます;それは10,000年の範囲を過ぎてミリ秒未満の精度を与えます。
On its own, a time interval does not specify a unique point in time, or even a span between specific times. Combining a time interval with one or more known reference points yields a Date
or Date
value.
それ自体では、ある時間間隔は時刻における特有な点を指定しません、またはもちろん特定の時刻の間の隔たりも。ある時間間隔を1つ以上の既知の参照点と組み合わせることは、Date
またはDate
値を生み出します。
struct Date
struct DateInterval