Represents standardized time unit abbreviations.

This enum provides a consistent set of time unit representations ranging from nanoseconds to hours, with their corresponding standard abbreviated symbols.

Enumeration Members

HOURS: "h"
MICROSECONDS: "us"
MILLISECONDS: "ms"
MINUTES: "m"
NANOSECONDS: "ns"
SECONDS: "s"