Instance Property インスタンスプロパティ

generatesCalendarDates

Indicates whether the formatter generates the deprecated calendar date type. フォーマッタが非推奨カレンダー日付型を生成するかどうかを指し示します。

Declaration 宣言

var generatesCalendarDates: Bool { get set }

Discussion 議論

This property is true if the formatter generates the deprecated NSCalendarDate type, and is false otherwise. You should use Date and Calendar rather than NSCalendarDate. このプロパティはtrueです、もしフォーマッタが非推奨NSCalendarDate型を生成するならば、そしてそうでなければfalseです。あなたは、DateCalendarを使うべきです、NSCalendarDateではなく。