sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
type t = Mtime.Span.t
The type of time durations. This module is just a convenience wrapper around Mtime.Span
.
val zero : t
val nanosecond : t
val microsecond : t
val millisecond : t
val second : t
val minute : t
val hour : t
val day : t
val of_ns : float -> t
val of_us : float -> t
val of_ms : float -> t
val of_sec : float -> t
val of_min : float -> t
val of_hour : float -> t
val of_day : float -> t
val of_int_ms : int -> t
val of_int_sec : int -> t
val of_int_min : int -> t
val of_int_hour : int -> t
val of_int64_ms : int64 -> t
val of_int64_sec : int64 -> t
module Of_int : sig ... end