month

The <month> inspectors provide tools for dealing and calculating with month types, which are of the form January, February, and more. This set of inspectors includes each month as a self-named object.

Version Platforms
8.0.584.0 AIX, HP-UX, Mac, Red Hat, SUSE, Session, Solaris, Windows
8.1.535.0 Debian, Ubuntu
9.5.13.130 Raspbian

Creation

april : month
august : month
current month : month
december : month
february : month
january : month
july : month
june : month
march : month
may : month
month <integer> : month
month <string> : month
month of <date> : month
month of <day of year> : month
month of <month and year> : month
months run of <monthly task trigger> : month
months run of <monthlydow task trigger> : month
november : month
october : month
september : month
<integer> as month : month
<string> as month : month

Properties

extrema of <month> : ( month, month )
maximum of <month> : month
minimum of <month> : month
unique value of <month> : month with multiplicity

Casts

<month> as integer : integer
<month> as string : string
<month> as three letters : string
<month> as two digits : string

Operators

<month> < <month> : boolean
<month> <= <month> : boolean
<month> = <month> : boolean