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

leapMonth

A Boolean value that indicates whether the month is a leap month. その月が閏月かどうかを指し示すブール値。

Declaration 宣言

@property(getter=isLeapMonth) BOOL leapMonth;

Discussion 議論

YES if the month is a leap month, NO otherwise. YES、もしその月が閏月ならば、そうでなければNO

See Also 参照

Accessing Years and Months 年と月にアクセスする