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:
See also
Timestamp.secondReturn the second of the Timestamp.
Timestamp.minuteReturn the minute of the Timestamp.
Examples
>>> ts = pd.Timestamp("2024-08-31 16:16:30") >>> ts.value 1725120990000000000