package tcx

  1. Overview
  2. Docs
type t = {
  1. hour : int;
  2. minute : int;
  3. second : int;
}