- time
- The DateTime to read.
An integer from 1 through 354 in a common year, or 1 through 384 in a leap year, that represents the day of the year specified in the time parameter.
The day of the year is defined as the number of days from the first day of the year. For example, EastAsianLunisolarCalendar.GetDayOfYear(DateTime) for the first day of the first month returns 1, and EastAsianLunisolarCalendar.GetDayOfYear(DateTime) for the last day of the last month returns the total number of days in that year, which is the same value returned by EastAsianLunisolarCalendar.GetDaysInYear(int, int).