Please enable JavaScript to view this site.

 

int = MoonZodiacOf(nDate, nCalcTimeOption, bEveryday, nMoonDataSourceIndex)

 

This macro function returns a value from 0 to 12 depending on the Zodiac sign in which the Moon is, on the date nDate, for the Moon data source of index nMoonDataSourceIndex.

 

The possible values returned by this function correspond to the table here.

 

0

No change of Zodiac sign on nDate

(only possible if bEveryday is false).

1

Aries


7

Libra

2

Taurus


8

Scorpio

3

Gemini


9

Sagittarius

4

Cancer


10

Capricorn

5

Leo


11

Aquarius

6

Virgo


12

Pisces

 

The parameter bEveryday specifies if the function should give a result corresponding to the current Zodiac sign every day (bEveryday = true), or only on dates when there is a change of Zodiac sign (bEveryday = false).

 

The parameter nCalcTimeOption determines which time of the day is used to determine a date's Moon Zodiac sign. The possible values are: 0 (23:59:59 at the end of the current date, if the sign changes at any time in the day), 1 (noon) and 2 (00:00:00, at the beginning of the current date).

 

See also: ZodiacSignOf.

 


Topic 179845, last updated on 18-Apr-2020