time property

DateTime? get time

Timestamp when the content was created.

Represented as a DateTime object (parsed from Unix timestamp in serialized format). Returns: Content creation timestamp, or null if not specified.

Implementation

DateTime? get time;