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

Method hour

xarray/core/accessor_dt.py:427–429  ·  view source on GitHub ↗

The hours of the datetime

(self)

Source from the content-addressed store, hash-verified

425
426 @property
427 def hour(self) -> T_DataArray:
428 """The hours of the datetime"""
429 return self._date_field("hour", np.int64)
430
431 @property
432 def minute(self) -> T_DataArray:

Callers

nothing calls this directly

Calls 1

_date_fieldMethod · 0.80

Tested by

no test coverage detected