 |
|
|
GetEquinoxSeptember property |
|
GetEquinoxSeptember gets the day and
hours of equinox in September.
SolarPlexus.SetInput must be called
in advance to set the input values for place on earth etc.
Syntax
JulianDay
= SolarPlexus.GetEquinoxSeptember(Date, DayNumber)
|
|
JulianDay |
Return
value. Double. Is a day number in a numbering system that starts on
January 1st, -4712 at noon, which is Julian day No. 1. The day
number is presented as a decimal numeral, where the day number is
written before the decimal point, and decimal fractions of the day
after. Example: 2380414.1474537 equals April 2nd, 1805, at 16h 32m
20s. |
| Date |
Return
value. String. Is the Julian day converted to a date in the
following string format: "dd-ww-yyyy hh:mm.ss", where dd=day, ww=month,
yyyy=year and hh=hour, mm=minute, and ss=second. |
|
DayNumber |
Return
value. Integer. Is the number of the day in the year in question.
January 1st is DayNumber 1 and so on. |
|
|