chMonthOf
int = chMonthOf(nAnyRegularDate)
This macro function returns the lunar month part of the Chinese date corresponding to the date nAnyRegularDate. Possible values range from 1-12. Care must be taken, using the chIsLeapMonth function, to check if the current month is the normal month or a leap month of the same number.
See also : Chinese Dates Functions.