var calendar: Calendar!
The calendar to use for formatting values that don’t have an inherent calendar of their own.
それら自身の内在カレンダーを持たない値を書式設定するために使うカレンダー。
var locale: Locale!
The locale to use when formatting the date.
日付を書式設定する時に使うロケール。
enum 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”。
var unitsStyle : RelativeDateTimeFormatter.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”。
enum RelativeDateTimeFormatter.UnitsStyle
A type that represents the style to use when formatting the units of relative dates.
ある型、それは相対日付の単位を書式設定する時に使う様式を表します。
var formattingContext : Formatter.Context
A description of where the formatted string will appear, allowing the formatter to capitalize the output appropriately.
この書式設定された文字列が現れる場所の記述、フォーマッタに出力を適切にキャピタライズすることを許可しています。