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')