Type Alias

Date.Stride

A type alias to define the stride of a date. ある日付のストライド(歩幅)を定義する型エイリアス。

Declaration 宣言

typealias Stride = TimeInterval

Discussion 議論

The stride of a Date is a TimeInterval. あるDateの歩幅は、TimeIntervalです。

See Also 参照

Getting Time Intervals 時間の隔たりを得る