cf.Field.leap_month

Field.leap_month

The leap_month CF property.

Examples

>>> f.leap_month = 2
>>> f.leap_month
2
>>> del f.leap_month
>>> f.setprop('leap_month', 2)
>>> f.getprop('leap_month')
2
>>> f.delprop('leap_month')

Previous topic

cf.Field.institution

Next topic

cf.Field.leap_year

This Page