Time.Duration

0.40.0

Definitions

@Experimental

def fromMicroSeconds ( n : Int32 ) : Duration \ Pure

Source

Returns a duration of n micro seconds.

@Experimental

def fromMilliSeconds ( n : Int32 ) : Duration \ Pure

Source

Returns a duration of n milli seconds.

@Experimental

def fromNanoSeconds ( n : Int32 ) : Duration \ Pure

Source
@Experimental

def fromSeconds ( n : Int32 ) : Duration \ Pure

Source

Returns a duration of n seconds.