TimeUnit

sealed class TimeUnit

The units of time used in a service, layer or sublayer which support time based operations. This is used to determine what the unit of time measurement is.

Since

200.1.0

Inheritors

Types

Link copied to clipboard

Centuries.

Link copied to clipboard
object Days : TimeUnit

Days.

Link copied to clipboard
object Decades : TimeUnit

Decades.

Link copied to clipboard
object Hours : TimeUnit

Hours.

Link copied to clipboard

Milliseconds.

Link copied to clipboard
object Minutes : TimeUnit

Minutes.

Link copied to clipboard
object Months : TimeUnit

Months.

Link copied to clipboard
object Seconds : TimeUnit

Seconds.

Link copied to clipboard
object Unknown : TimeUnit

Unknown unit of time.

Link copied to clipboard
object Weeks : TimeUnit

Weeks.

Link copied to clipboard
object Years : TimeUnit

Years.