MCPcopy Index your code
hub / github.com/pydata/xarray / day

Method day

xarray/core/accessor_dt.py:422–424  ·  view source on GitHub ↗

The days of the datetime

(self)

Source from the content-addressed store, hash-verified

420
421 @property
422 def day(self) -> T_DataArray:
423 """The days of the datetime"""
424 return self._date_field("day", np.int64)
425
426 @property
427 def hour(self) -> T_DataArray:

Callers

nothing calls this directly

Calls 1

_date_fieldMethod · 0.80

Tested by

no test coverage detected