DaysInMonth

Returns the number of days in month of the specified time or current time step.

Syntax

DaysInMonth(date)
    • date:  optional, if this argument is not specified, current time step will be used

Examples

DaysInMonth()

DaysInMonth(#05/16/1988 00:00#)

DaysInMonth(Now())