Enumeration Case 列挙ケース

NSDateIntervalFormatterLongStyle

A long length date or time format. 長い長さの日付または時刻書式設定。

Declaration 宣言

NSDateIntervalFormatterLongStyle = 3

Discussion 議論

For dates, this style displays the numerical day and year and a spelled out version of the month using a format appropriate for the current locale. For example, formatting the date January 15, 2015 with this style results in the value “January 15, 2015” for US English and the value “15. 日付に対して、このスタイルは、数字の日にちと年そして完全綴り版の月を、現在のロケールに適切な書式設定を使って表示します。例えば、日付 January 15, 2015 をこのスタイルで書式設定することは、US Englishに対しては値 “January 15, 2015” そして値 “15. Januar 2015” for German.

For times, this style displays hours, minutes, seconds, and time zone information using a format appropriate for the current locale. For example, 12 hours, 33 minutes, and 29 seconds in the afternoon using a 12-hour clock and the Pacific Time Zone results in the value “12:33:29 PM PST” for US English without daylight savings in effect and “12:33:29 GMT-8” for German. 時刻に対して、このスタイルは、時、分、秒、そしてタイムゾーン情報を、現在のロケールに適切な書式設定を使って表示します。例えば、12時間時計と太平洋タイムゾーンを使う午後における12時間、33分、そして29秒は、米国語に対してサマータイム実施なしで値 “12:33:29 PM PST” そして独語に対して “12:33:29 GMT-8” という結果になります。