cf.List.calendar¶
-
List.
calendar
¶ The calendar CF property.
The calendar used for encoding time data. See http://cfconventions.org/latest.html for details.
Examples:
>>> f.calendar = 'noleap' >>> f.calendar 'noleap' >>> del f.calendar
>>> f.setprop('calendar', 'proleptic_gregorian') TODO >>> f.get_property('calendar') 'proleptic_gregorian' >>> f.delprop('calendar')