CreateTimeCapable

Interface for entities that track their creation time.

This interface provides a standard way to access the timestamp when an entity was created, typically represented as milliseconds since the Unix epoch (January 1, 1970, 00:00:00 UTC).

Inheritors

Properties

Link copied to clipboard
abstract val createTime: Long

The creation time of the entity in milliseconds since the Unix epoch.