package plato

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

Module Datetime.TimeSource

Sourcetype t
Sourceval make : ?hour:int -> ?minute:int -> ?second:int -> ?microsecond:int -> ?tzinfo:tzinfo -> ?fold:int -> unit -> t
Sourceval hour : t -> int
Sourceval minute : t -> int
Sourceval second : t -> int
Sourceval microsecond : t -> int
Sourceval tzinfo : t -> tzinfo option
Sourceval fold : t -> int
Sourceval utcoffset : t -> Timedelta.t option
Sourceval compare : ?allow_mixed:bool -> 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 replace : ?hour:int -> ?minute:int -> ?second:int -> ?microsecond:int -> ?tzinfo:bool -> ?fold:int -> t -> t
Sourceval hash : t -> int
Sourceval repr : t -> string
Sourceval isoformat : ?timespec:string -> t -> string
Sourceval to_string : t -> string
Sourceval tzname : t -> string option
Sourceval dst : t -> Timedelta.t option
Sourceval min : t
Sourceval max : t
Sourceval resolution : Timedelta.t