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

isLeapMonth

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

Declaration 宣言

var isLeapMonth: Bool { get set }

Discussion 議論

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

See Also 参照

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