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

Method microsecond

xarray/core/accessor_dt.py:442–444  ·  view source on GitHub ↗

The microseconds of the datetime

(self)

Source from the content-addressed store, hash-verified

440
441 @property
442 def microsecond(self) -> T_DataArray:
443 """The microseconds of the datetime"""
444 return self._date_field("microsecond", np.int64)
445
446 @property
447 def nanosecond(self) -> T_DataArray:

Callers

nothing calls this directly

Calls 1

_date_fieldMethod · 0.80

Tested by

no test coverage detected