Enumeration
列挙
RelativeDateTimeFormatter.DateTimeStyle
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”。
Topics
話題
Formatting Dates and Times
日付と時刻を書式設定する
case named
A style that uses named styles to describe relative dates, such as “yesterday”, “last week”, or “next week”.
ある形式、それは名称スタイルを使用して相対日付を記述します、たとえば “yesterday”、“last week”、または “next week”。
case numeric
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
フォーマッタオプションを構成設定する
var calendar: Calendar!
The calendar to use for formatting values that don’t have an inherent calendar of their own.
それら自身の内在カレンダーを持たない値を書式設定するために使うカレンダー。
var formattingContext: Formatter.Context
A description of where the formatted string will appear, allowing the formatter to capitalize the output appropriately.
この書式設定された文字列が現れる場所の記述、フォーマッタに出力を適切にキャピタライズすることを許可しています。