var allowedUnits : NSCalendar.Unit
The bitmask of calendrical units such as day and month to include in the output string.
出力文字列に含まれる日にちと月のような、様々なカレンダー単位のビットマスク。
var allowsFractionalUnits : Bool
A Boolean indicating whether non-integer units may be used for values.
非整数単位が値として使われるかもしれないかどうかを指し示すブール値。
var calendar: Calendar?
The default calendar to use when formatting date components.
日付構成要素を書式設定するときに使う省略時のカレンダー。
var includesApproximationPhrase : Bool
A Boolean value indicating whether the resulting phrase reflects an inexact time value.
結果の語句が正確でない時間値を再現するかどうかを指し示すブール値。
var includesTimeRemainingPhrase : Bool
A Boolean value indicating whether output strings reflect the amount of time remaining.
出力文字列が残りの時間量を再現するかどうかを指し示すブール値。
var maximumUnitCount : Int
The maximum number of time units to include in the output string.
出力文字列に含める最大の時間単位数。
var unitsStyle : DateComponentsFormatter.UnitsStyle
The formatting style for unit names.
単位名に対する書式設定スタイル。
var zeroFormattingBehavior : DateComponentsFormatter.ZeroFormattingBehavior
The formatting style for units whose value is 0.
値がゼロである単位に対する書式設定スタイル。