woom.util.WoomDate.day

Contents

woom.util.WoomDate.day#

WoomDate.day#

Return the day of the Timestamp.

Returns:

The day of the Timestamp.

Return type:

int

See also

Timestamp.week

Return the week number of the year.

Timestamp.weekday

Return the day of the week.

Examples

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