cf.Field.calendar

Field.calendar

The calendar CF property.

This property is a mirror of the calendar stored in the Units attribute.

Examples

>>> f.calendar = 'noleap'
>>> f.calendar
'noleap'
>>> del f.calendar
>>> f.setprop('calendar', 'proleptic_gregorian')
>>> f.getprop('calendar')
'proleptic_gregorian'
>>> f.delprop('calendar')

Previous topic

cf.Field.add_offset

Next topic

cf.Field.cell_methods

This Page