Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

durations

time.durations

time.durations -- unit type defining features related to duration but not requiring
an instance

Functions

create duration of n min

NYI: Turn this into a 'postfix' call, see https://fuzion-lang.dev/design/postfix_calls
create duration of n years

NYI: Turn this into a 'postfix' call, see https://fuzion-lang.dev/design/postfix_calls
create duration of n hours

NYI: Turn this into a 'postfix' call, see https://fuzion-lang.dev/design/postfix_calls
create duration of n seconds

NYI: Turn this into a 'postfix' call, see https://fuzion-lang.dev/design/postfix_calls
create duration of n ns

NYI: Turn this into a 'postfix' call, see https://fuzion-lang.dev/design/postfix_calls
create duration of n seconds

NYI: Turn this into a 'postfix' call, see https://fuzion-lang.dev/design/postfix_calls
create duration of n min

NYI: Turn this into a 'postfix' call, see https://fuzion-lang.dev/design/postfix_calls
create duration of n hours

NYI: Turn this into a 'postfix' call, see https://fuzion-lang.dev/design/postfix_calls
create duration of n days

NYI: Turn this into a 'postfix' call, see https://fuzion-lang.dev/design/postfix_calls
create duration of n weeks

NYI: Turn this into a 'postfix' call, see https://fuzion-lang.dev/design/postfix_calls
create duration of n years

NYI: Turn this into a 'postfix' call, see https://fuzion-lang.dev/design/postfix_calls
max value for a duration given in nanos
max value for a duration given in micros
max value for a duration given in millis
max value for a duration given in seconds
max value for a duration given in minutes
max value for a duration given in hours
max value for a duration given in days
max value for a duration given in weeks
max value for a duration given in years
create duration of n µs

NYI: Turn this into a 'postfix' call, see https://fuzion-lang.dev/design/postfix_calls
create duration of n ms

NYI: Turn this into a 'postfix' call, see https://fuzion-lang.dev/design/postfix_calls