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

Method second

xarray/core/accessor_dt.py:437–439  ·  view source on GitHub ↗

The seconds of the datetime

(self)

Source from the content-addressed store, hash-verified

435
436 @property
437 def second(self) -> T_DataArray:
438 """The seconds of the datetime"""
439 return self._date_field("second", np.int64)
440
441 @property
442 def microsecond(self) -> T_DataArray:

Callers

nothing calls this directly

Calls 1

_date_fieldMethod · 0.80

Tested by

no test coverage detected