cf.Variable.calendar

Variable.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.Variable.add_offset

Next topic

cf.Variable.comment

This Page