Enumeration
列挙
NSRelativeDateTimeFormatterStyle
A type that represents the style to use when formatting relative dates, such as “1 week ago” or “last week”.
ある型、それは相対日付を書式設定する時に使う様式を表します、たとえば “1 week ago” または “last week”。
Declaration
宣言
typedef enum NSRelativeDateTimeFormatterStyle : NSInteger
{
...
} NSRelativeDateTimeFormatterStyle;
Topics
話題
Formatting Dates and Times
日付と時刻を書式設定する
NSRelativeDateTimeFormatterStyleNamed
A style that uses named styles to describe relative dates, such as “yesterday”, “last week”, or “next week”.
ある形式、それは名称スタイルを使用して相対日付を記述します、たとえば “yesterday”、“last week”、または “next week”。
NSRelativeDateTimeFormatterStyleNumeric
A style that uses a numeric style to describe relative dates, such as “1 day ago” or “in 3 weeks”.
ある形式、それはある数値形式を使用して相対日付を記述します、たとえば “1 day ago” または “in 3 weeks”。
See Also
参照
Configuring Formatter Options
フォーマッタオプションを構成設定する
calendar
The calendar to use for formatting values that don’t have an inherent calendar of their own.
それら自身の内在カレンダーを持たない値を書式設定するために使うカレンダー。
locale
The locale to use when formatting the date.
日付を書式設定する時に使うロケール。
dateTimeStyle
The style to use when describing a relative date, for example “yesterday” or “1 day ago”.
ある相対日付を記述する時に使う様式、例えば “yesterday” または “1 day ago”。
unitsStyle
The style to use when formatting the quantity or the name of the unit, such as “1 day ago” or “one day ago”.
単位の量または名前を書式設定する時に使う様式、たとえば “1 day ago” または “one day ago”。
formattingContext
A description of where the formatted string will appear, allowing the formatter to capitalize the output appropriately.
この書式設定された文字列が現れる場所の記述、フォーマッタに出力を適切にキャピタライズすることを許可しています。