Util.Julian_DaysInMonth() Method

Returns the number of days in the month, given a Julian date.

Syntax

Util.Julian_DaysInMonth(JulianDate)

The method syntax has these parts:

Part Description
JulianDate (Double) a Julian date
Return (Long) the number of days in the month containing the given Julian date

Remarks

This works for any time scale for the Julian date, however by convention Julian dates are in UTC time, so the containing month will be for UTC as well.