Skip to content

TimeUnit

Josh Wright edited this page Jan 14, 2021 · 3 revisions

TimeUnit

A unit of time.

public protocol TimeUnit

Requirements

time(_:​)

Returns a TimeAmount for a measure of time with this unit.

static func time(_ value: Int64) -> TimeAmount
  • Returns An interval representing value units of this TimeUnit.

Parameters

  • value: The measurement of time.
Alchemy
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Fusion
Types
Protocols
Papyrus
Types
Protocols
Clone this wiki locally