package server-reason-react

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

Module Js.DateSource

Sourcetype t
Sourceval valueOf : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval make : unit -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval fromFloat : float -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval fromString : string -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval makeWithYM : year:float -> month:float -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval makeWithYMD : year:float -> month:float -> date:float -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval makeWithYMDH : year:float -> month:float -> date:float -> hours:float -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval makeWithYMDHM : year:float -> month:float -> date:float -> hours:float -> minutes:float -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval makeWithYMDHMS : year:float -> month:float -> date:float -> hours:float -> minutes:float -> seconds:float -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval utcWithYM : year:float -> month:float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval utcWithYMD : year:float -> month:float -> date:float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval utcWithYMDH : year:float -> month:float -> date:float -> hours:float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval utcWithYMDHM : year:float -> month:float -> date:float -> hours:float -> minutes:float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval utcWithYMDHMS : year:float -> month:float -> date:float -> hours:float -> minutes:float -> seconds:float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval now : unit -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval parseAsFloat : string -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval getDate : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval getDay : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval getFullYear : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval getHours : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval getMilliseconds : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval getMinutes : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval getMonth : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval getSeconds : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval getTime : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval getTimezoneOffset : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval getUTCDate : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval getUTCDay : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval getUTCFullYear : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval getUTCHours : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval getUTCMilliseconds : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval getUTCMinutes : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval getUTCMonth : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval getUTCSeconds : t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setDate : float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setFullYear : float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setFullYearM : year:float -> month:float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setFullYearMD : year:float -> month:float -> date:float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setHours : float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setHoursM : hours:float -> minutes:float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setHoursMS : hours:float -> minutes:float -> seconds:float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setHoursMSMs : hours:float -> minutes:float -> seconds:float -> milliseconds:float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setMilliseconds : float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setMinutes : float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setMinutesS : minutes:float -> seconds:float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setMinutesSMs : minutes:float -> seconds:float -> milliseconds:float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setMonth : float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setMonthD : month:float -> date:float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setSeconds : float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setSecondsMs : seconds:float -> milliseconds:float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setTime : float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setUTCDate : float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setUTCFullYear : float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setUTCFullYearM : year:float -> month:float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setUTCFullYearMD : year:float -> month:float -> date:float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setUTCHours : float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setUTCHoursM : hours:float -> minutes:float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setUTCHoursMS : hours:float -> minutes:float -> seconds:float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setUTCHoursMSMs : hours:float -> minutes:float -> seconds:float -> milliseconds:float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setUTCMilliseconds : float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setUTCMinutes : float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setUTCMinutesS : minutes:float -> seconds:float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setUTCMinutesSMs : minutes:float -> seconds:float -> milliseconds:float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setUTCMonth : float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setUTCMonthD : month:float -> date:float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setUTCSeconds : float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setUTCSecondsMs : seconds:float -> milliseconds:float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setUTCTime : float -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval toDateString : t -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval toISOString : t -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval toJSON : t -> string option
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval toJSONUnsafe : t -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval toLocaleDateString : t -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval toLocaleString : t -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval toLocaleTimeString : t -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval toString : t -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval toTimeString : t -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval toUTCString : t -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
OCaml

Innovation. Community. Security.