MCPcopy
hub / github.com/pydata/xarray / minute

Method minute

xarray/core/accessor_dt.py:432–434  ·  view source on GitHub ↗

The minutes of the datetime

(self)

Source from the content-addressed store, hash-verified

430
431 @property
432 def minute(self) -> T_DataArray:
433 """The minutes of the datetime"""
434 return self._date_field("minute", np.int64)
435
436 @property
437 def second(self) -> T_DataArray:

Callers

nothing calls this directly

Calls 1

_date_fieldMethod · 0.80

Tested by

no test coverage detected