Global Variable グローバル変数

NSTimeDateFormatString

Key for the value that specifies how dates with times are printed, affecting strings that use the format specifiers %c, %X, or %x. どのように時刻つき日付が表示されるかを指定する値に対するキー、影響する文字列は書式設定指定子%c, %X、または%xを使うものです。

Declaration 宣言

NSString *const NSTimeDateFormatString;

Discussion 議論

The default is to use full month names and days with a 24-hour clock, as in "Sunday, January 01, 2001 23:00:00 Pacific Standard Time." 省略時は、完全な月の名前と日にちを24時間時計とともに使うことになります、"Sunday, January 01, 2001 23:00:00 Pacific Standard Time" でのように。

See Also 参照

Date & Time Information 日付と時刻情報