Enumeration 列挙

NSDateFormatterStyle

The following constants specify predefined format styles for dates and times. 以下の定数は、日付と時刻に対するあらかじめ定義された書式設定スタイルを指定します。

Declaration 宣言

typedef enum NSDateFormatterStyle : NSUInteger {
    ...
} NSDateFormatterStyle;

Overview 概要

The format for these date and time styles is not exact because they depend on the locale, user preference settings, and the operating system version. Do not use these constants if you want an exact format. これらの日付と時刻スタイルのための書式設定は正確ではありません、なぜならそれらがロケール、ユーザ初期設定、そしてオペレーティングシステムバージョンに依存するからです。あなたが正確な書式設定を望むならば、これらの定数を使わないでください。