package daypack-lib

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

Module Time.To_stringSource

Sourcemodule Format_string_parsers : sig ... end
Sourceval abbreviated_string_of_weekday : weekday -> string
Sourceval full_string_of_weekday : weekday -> string
Sourceval abbreviated_string_of_month : month -> string
Sourceval full_string_of_month : month -> string
Sourceval yyyymondd_hhmmss_string_of_date_time : Date_time.t -> string
Sourceval yyyymondd_hhmmss_string_of_unix_second : display_using_tz_offset_s:tz_offset_s option -> int64 -> (string, unit) result
Sourceval yyyymmdd_hhmmss_string_of_date_time : Date_time.t -> string
Sourceval yyyymmdd_hhmmss_string_of_unix_second : display_using_tz_offset_s:tz_offset_s option -> int64 -> (string, unit) result
Sourceval yyyymondd_hhmm_string_of_date_time : Date_time.t -> string
Sourceval yyyymondd_hhmm_string_of_unix_second : display_using_tz_offset_s:tz_offset_s option -> int64 -> (string, unit) result
Sourceval yyyymmdd_hhmm_string_of_date_time : Date_time.t -> string
Sourceval yyyymmdd_hhmm_string_of_unix_second : display_using_tz_offset_s:tz_offset_s option -> int64 -> (string, unit) result
Sourceval string_of_date_time : format:string -> Date_time.t -> (string, string) result
Sourceval string_of_unix_second : format:string -> display_using_tz_offset_s:tz_offset_s option -> int64 -> (string, string) result
Sourceval string_of_time_slot : format:string -> display_using_tz_offset_s:tz_offset_s option -> Time_slot.t -> (string, string) result
OCaml

Innovation. Community. Security.