Enumeration 列挙

NSCalendarUnit

Calendrical units such as year, month, day and hour. カレンダーに関する単位、例えば年、月、日にちと時刻。

Declaration 宣言

typedef enum NSCalendarUnit : NSUInteger {
    ...
} NSCalendarUnit;

Overview 概要

Calendar units may be used as a bit mask to specify a combination of units. Values in this enumeration are equal to the corresponding constants in CFCalendarUnit. カレンダー単位は、ビットマスクとして使われて、単位の組み合わせを指定するかもしれません。この列挙の中の値は、CFCalendarUnitの中の対応する定数と等しいです。

Topics 話題

Specifying Years and Months 年と月を指定する

Specifying Weeks and Days 週と日にちを指定する

Specifying Hours, Minutes, and Seconds 時間、分、そして秒を指定する

Specifying Calendars and Time Zones カレンダーとタイムゾーンを指定する

Deprecated 非推奨

See Also 参照

Getting Calendar Information カレンダー情報を取得する