bigframes.pandas.DatetimeIndex.month#

property DatetimeIndex.month: Index#

The month as January=1, December=12.

Examples:

>>> idx = bpd.Index([pd.Timestamp("20250215")])
>>> idx.month
Index([2], dtype='Int64')