Time.Duration
0.40.0
Definitions
@Experimental
Source
def
fromMicroSeconds
(
n :
Int32
)
: Duration
\ Pure
Returns a duration of n
micro seconds.
@Experimental
Source
def
fromMilliSeconds
(
n :
Int32
)
: Duration
\ Pure
Returns a duration of n
milli seconds.
@Experimental
Source
def
fromNanoSeconds
(
n :
Int32
)
: Duration
\ Pure
@Experimental
Source
def
fromSeconds
(
n :
Int32
)
: Duration
\ Pure
Returns a duration of n
seconds.