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

generatesCalendarDates

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

Declaration 宣言

@property BOOL generatesCalendarDates;

Discussion 議論

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

See Also 参照

Deprecated 非推奨