Enumeration
列挙
RelativeDateTimeFormatter.UnitsStyle
A type that represents the style to use when formatting the units of relative dates.
ある型、それは相対日付の単位を書式設定する時に使う様式を表します。
Topics
話題
Formatting Date and Time Units
日付と時刻の単位を書式設定する
case full
A style that uses full units, such as “2 months ago”.
ある形式、それは完全な単位を使います、たとえば “2 months ago”。
case short
A style that uses shortened units, such as “2 mo. ago”.
case spellOut
A style that spells out units such as “two months ago”.
ある形式、それは単位を略さず綴ります、たとえば “two months ago”。
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.
この書式設定された文字列が現れる場所の記述、フォーマッタに出力を適切にキャピタライズすることを許可しています。