public readonly property timestamp as Timestamp:
Returns the timestamp representation of this DateTime object.
The timestamp. import klyn.time dateTime = DateTime(year=2023, month=10, day=5, hour=14, minute=30, second=45) timestamp = dateTime.timestamp