Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Duration
SourceDuration - conversions to various time units
A duration is represented in nanoseconds as an unsigned 64 bit integer. This has a range of up to 584 years, or 213503 days, or 5124095 hours, or 307445734 minutes, or 18446744073 seconds, or 18446744073709 milliseconds, or 18446744073709549 microseconds.
All functions converting to t
raise Invalid_argument
on out of bound or negative input.
v0.2.1 - homepage
The type for a duration, exposed as an int64 to provide interoperability.
pp ppf t
prints the duration in a concise way.