Global Variable
グローバル変数
NSDateTimeOrdering
Key for the string that specifies how to use ambiguous numbers in date strings.
どのように多義的な数を日付文字列において使うか指定する文字列に対するキー。
Discussion
議論
Specify this value as a permutation of the letters M (month), D (day), Y (year), and H (hour). For example, MDYH treats “2/3/01 10” as the 3rd day of February 2001 at 10:00 am, whereas DMYH treats the same value as the 2nd day of March 2001 at 10:00 am. If fewer numbers are specified than are needed, the numbers are prioritized to satisfy day first, then month, and then year. For example, if you supply only the value 12, it means the 12th day of this month in this year because the day must be specified. If you supply “2 12” it means either February 12 or December 2, depending on if the ordering is “MDYH” or “DMYH.”
この値を、文字M(month)、D(day)、Y(year)、そしてH(hour)のある並べ替えとして指定してください。例えば、MDYH は、“2/3/01 10” を 3rd day of February 2001 at 10:00 am だとみなします、一方で DMYH は同じ値を 2nd day of March 2001 at 10:00 am とみなします。必要とされるより少ない数が指定されるならば、それらの数は日にちを最初に、それから年を満たすように優先順位をつけられます。例えば、あなたが値12だけを提供するならば、それは今年の今月の12日を意味します、なぜなら日にちが指定されなければならないからです。あなたが “2 12” を提供するならば、それは February 12 または December 2 のどちらかを意味します、順番が “MDYH” であるか “DMYH” かに依存して。
See Also
参照
Date & Time Information
日付と時刻情報
NSAMPMDesignation
Key for the value that specifies how the morning and afternoon designations are printed, affecting strings that use the %p
format specifier.
どのように午前と午後の指定が表示されるかを指定する値に対するキー、影響する文字列は%p
書式設定指定子を使うものです。
Deprecated
非推奨
NSDateFormatString
Key for the format string that specifies how dates are printed using the date format specifiers.
どのように日付がその日付書式設定指定子を使って表示されるかを指定する書式設定文字列に対するキー。
Deprecated
非推奨
NSEarlierTimeDesignations
Key for an array of strings that denote a time in the past.
過去の時間を示す文字列それらからなるある配列に対するキー。
Deprecated
非推奨
NSLaterTimeDesignations
Key for an array of strings that denote a time in the future.
未来の時間を示す文字列それらからなるある配列に対するキー。
Deprecated
非推奨
NSMonthNameArray
Key for the value that specifies the names for the months, affecting strings that use the %B
format specifier.
月の名前を指定する値に対するキー、影響する文字列は%B
書式設定指定子を使うものです。
Deprecated
非推奨
NSNextDayDesignations
Key for an array of strings that denote the day after today.
今日の後の日にちを示す文字列それらからなるある配列に対するキー。
Deprecated
非推奨
NSNextNextDayDesignations
Key for an array of strings that denote the day after tomorrow.
明日の後の日にちを示す文字列それらからなるある配列に対するキー。
Deprecated
非推奨
NSPriorDayDesignations
Key for an array of strings that denote the day before today.
今日の前の日にちを示す文字列それらからなるある配列に対するキー。
Deprecated
非推奨
NSShortDateFormatString
Key for a format string that specifies how dates are abbreviated.
どのように日付が省略されるかを指定する書式設定文字列に対するキー。
Deprecated
非推奨
NSShortWeekDayNameArray
Key for an array of strings that specify the abbreviations for the days of the week, affecting strings that use the %a format specifier.
週日に対する省略形を指定する文字列それらからなるある配列に対するキー、影響する文字列は %a 書式設定指定子を使うものです。
Deprecated
非推奨
NSShortMonthNameArray
Key for an array of strings that specify the abbreviations for the months, affecting strings that use the %b
format specifier.
月に対する省略形を指定する文字列それらからなるある配列に対するキー、影響する文字列は%b
書式設定指定子を使うものです。
Deprecated
非推奨
NSShortTimeDateFormatString
Key for a format string that specifies how times and dates are abbreviated.
どのように時刻と日付が省略されるかを指定する書式設定文字列に対するキー。
Deprecated
非推奨
NSThisDayDesignations
Key for an array of strings that specify what this day is called.
この日が何と呼ばれるかを指定する文字列それらからなるある配列に対するキー。
Deprecated
非推奨
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
を使うものです。
Deprecated
非推奨
NSTimeFormatString
Key for a format string that specifies how dates with times are printed.
どのように時刻つき日付が表示されるかを指定する書式設定文字列に対するキー。
Deprecated
非推奨
NSWeekDayNameArray
Key for an array of strings that specify the names for the days of the week, affecting strings that use the %A
format specifier.
週日に対する名前を指定する文字列それらからなるある配列に対するキー、影響する文字列は%A
書式設定指定子を使うものです。
Deprecated
非推奨
NSYearMonthWeekDesignations
Key for an array of strings that specify the words for year, month, and week in the current locale.
年、月、そして週に対する単語を現在のロケールにおいて指定する文字列それらからなるある配列に対するキー。
Deprecated
非推奨