GetDayOfYear
 Returns the day of the year for the specified date.
 Public Function GetDayOfYear(
	  ByRef Time As Variant ) As Long
Parameters
- Time
 - 
[ByRef]
 Variant.
  The Date or CorDateTime to read the day of the year from.
 
 
Return Values
Long -  An integer from 1 to 366 that represents the day of the year in the specified Date or CorDateTime.
See Also
Project CorLib Overview
Class TaiwanCalendar Overview