woom.util.WoomDate.value

Contents

woom.util.WoomDate.value#

WoomDate.value#

Return the value of the Timestamp.

Returns:

The integer representation of the Timestamp object in nanoseconds since the Unix epoch (1970-01-01 00:00:00 UTC).

Return type:

int

See also

Timestamp.second

Return the second of the Timestamp.

Timestamp.minute

Return the minute of the Timestamp.

Examples

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