Returns the number of days in the month, given a Julian date.
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 |