Time.MonthFunctions to convert between month names and month numbers.
val list : t listThe months of the year, in ascending order.
val of_int : int -> t(of_int n) returns the month corresponding the number n; 1-based.
Example: of_int 1 = JANUARY
module English : sig ... endEnglish language month names.
Default month names are in English.
val to_string : t -> stringto_string is English.to_string.
longs is English.longs.
longs is English.longs.
shorts is English.shorts.
shorts is English.shorts.