Global Variable グローバル変数

NSHourNameDesignations

Key for strings that identify the time of day. 時刻を識別する文字列に対するキー。

Declaration 宣言

NSString *const NSHourNameDesignations;

Discussion 議論

These strings should be bound to an hour. The default is this array of arrays: (0, midnight), (10, morning), (12, noon, lunch), (14, afternoon), (19, dinner). これらの文字列は、一時間に縛られるべきです。初期状態は、これら配列:(0, midnight)、(10, morning)、(12, noon, lunch)、(14, afternoon)、(19, dinner) からなるこの配列です。

See Also 参照

Date & Time Information 日付と時刻情報