Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Syndic_dateMinimal date module required by Syndic.
type t = CalendarLib.Calendar.tA date with time.
val epoch : tThe POSIX time, i.e. Thursday, 1 January 1970 00:00:00 (UTC).
max d1 d2 return the maximum (i.e. more recent) of the dates d1 and d2.
min d1 d2 return the minimum (i.e. less recent) of the dates d1 and d2.
val of_rfc822 : string -> tval to_rfc822 : t -> stringval of_rfc3339 : string -> tval to_rfc3339 : t -> stringval string_of_month : month -> stringReturn the 3 letters identifying the month in English.
val year : t -> intReturn the 4 digit year of the date.
val day : t -> intReturn the day of the month (1..31).
val hour : t -> intval minute : t -> intval second : t -> float