Skip to content

incendium.util.get_timer

César Román edited this page May 1, 2024 · 10 revisions

Description

Warning

Deprecated since version 2024.5.0.

Get a timer with the time elapsed from value until now.

This will be in the following format: hh:mm:ss.

Syntax

incendium.util.get_timer(date)

Args:

  • date (Date|long): A Date or a date represented in milliseconds.

Returns:

  • str: Time elapsed.

Recommendations

Use incendium.time.get_timer.

Code Examples

See code examples in incendium.time.get_timer.

Clone this wiki locally