Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

Enumeration members

Fractional

Fractional: = "Fractional"

Formats the precise values as fractional seconds.

note

It can also show seconds, depending on SmartDateLabelProvider.showSecondsOnPreciseDate

example

".00345" "59.00345"

Scientific

Scientific: = "Scientific"

Formats the precise values in scientific notation.

example

"4.00e-1s"

Suffix

Suffix: = "Suffix"

Formats the precise values with their respective suffix (ms, µs, ns).

note

It can also show seconds, depending on SmartDateLabelProvider.showSecondsOnPreciseDate

example

"345ms" "59s345ms"

Generated using TypeDoc