woom.util.WoomDate.month

Contents

woom.util.WoomDate.month#

WoomDate.month#

Return the month of the Timestamp.

Returns:

The month of the Timestamp.

Return type:

int

See also

Timestamp.day

Return the day of the Timestamp.

Timestamp.year

Return the year of the Timestamp.

Examples

>>> ts = pd.Timestamp("2024-08-31 16:16:30")
>>> ts.month
8