Type Alias

NSTimeInterval

A number of seconds. 秒数。

Declaration 宣言

typedef double NSTimeInterval;

Discussion 議論

A NSTimeInterval value is always specified in seconds; it yields sub-millisecond precision over a range of 10,000 years. NSTimeInterval値は常に秒で指定されます;それは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 NSDate or NSDateInterval value. それ自体では、ある時間間隔は時刻における特有な点を指定しません、またはもちろん特定の時刻の間の隔たりも。ある時間間隔を1つ以上の既知の参照点と組み合わせることは、NSDateまたはNSDateInterval値を生み出します。

See Also 参照

Date Representations 日付表現