woom.util.WoomDate.minute

Contents

woom.util.WoomDate.minute#

WoomDate.minute#

Return the minute of the Timestamp.

Returns:

The minute of the Timestamp.

Return type:

int

See also

Timestamp.hour

Return the hour of the Timestamp.

Timestamp.second

Return the second of the Timestamp.

Examples

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