CF Metadata Conventions time representation
An object of class CFtime.
datum
CFdatum. The origin upon which the offsets
are based.
resolution
numeric. The average number of time units between offsets.
offsets
numeric. A vector of offsets from the datum.
bounds
Optional, the bounds for the offsets. If not set, it is the
logical value FALSE
. If set, it is the logical value TRUE
if the bounds
are regular with respect to the regularly spaced offsets (e.g. successive
bounds are contiguous and at mid-points between the offsets); otherwise a
matrix
with columns for offsets
and low values in the first row, high
values in the second row.