package plato

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Datetime.TimedeltaSource

Sourcetype t
Sourceval make : ?days:int -> ?seconds:int -> ?microseconds:int -> ?milliseconds:int -> ?minutes:int -> ?hours:int -> ?weeks:int -> unit -> t
Sourceval min : t
Sourceval max : t
Sourceval resolution : t
Sourceval total_seconds : t -> float
Sourceval days : t -> int
Sourceval seconds : t -> int
Sourceval microseconds : t -> int
Sourceval to_microseconds : t -> int
Sourceval add : t -> t -> t
Sourceval sub : t -> t -> t
Sourceval neg : t -> t
Sourceval abs : t -> t
Sourceval mul : t -> int -> t
Sourceval floordiv_t : t -> t -> int
Sourceval floordiv_int : t -> int -> t
Sourceval truediv_t : t -> t -> float
Sourceval truediv_int : t -> int -> t
Sourceval modulo : t -> t -> t
Sourceval divmod : t -> t -> int * t
Sourceval compare : t -> t -> int
Sourceval eq : t -> t -> bool
Sourceval le : t -> t -> bool
Sourceval lt : t -> t -> bool
Sourceval ge : t -> t -> bool
Sourceval gt : t -> t -> bool
Sourceval hash : t -> int
Sourceval bool : t -> bool
Sourceval repr : t -> string
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.