bigframes.pandas.DatetimeIndex.day#

property DatetimeIndex.day: Index#

The day of the datetime.

Examples:

>>> idx = bpd.Index([pd.Timestamp("20250215")])
>>> idx.day
Index([15], dtype='Int64')
Morty Proxy This is a proxified and sanitized view of the page, visit original site.