Global Variable グローバル変数

NSDateTimeOrdering

Key for the string that specifies how to use ambiguous numbers in date strings. どのように多義的な数を日付文字列において使うか指定する文字列に対するキー。

Declaration 宣言

NSString *const NSDateTimeOrdering;

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 日付と時刻情報