Class

NSUnitDuration

A unit of measure for a duration of time.

Declaration 宣言

@interface NSUnitDuration : NSDimension

Overview 概要

You typically use instances of NSUnitDuration to represent specific quantities of planar angle using the NSMeasurement class. あなたは概してNSUnitDurationのインスタンスを使用して、NSMeasurementクラスを使っている平面角(planar angle でなく duration 期間?)の具体的な量を表します。

Duration

Duration is a quantity of time. The SI unit for time is the second (sec), which is defined in terms of the radioactivity of a cesium-133 atom. Duration is also commonly expressed in terms of minutes (min) and hours (hr). 期間は、ある時間の量です。時間に対するSI単位は、秒(sec)です、それはセシウム133原子の放射能に基づいて定義されます。期間はまた、一般に分(min)と時(hr)に換算して表されます。

The NSUnitDuration class defines its base unit as seconds, and provides the following units, which NSUnitConverterLinear converters initialize with the given coefficients:

Name 名前

Method

Symbol

Coefficient 係数

Seconds

seconds

sec

1

Minutes

minutes

min

60

Hours

hours

hr

3600

Topics 話題

Accessing the Base Unit 基本単位にアクセスする

Accessing Predefined Units あらかじめ定義された単位にアクセスする

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Time and Motion 時間と運動