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 to retrieve the day of the year from.
 
 
Return Values
Long -  An integer from 1 to 366 that represents the day of the year in Time.
See Also
Project CorLib Overview
Class JulianCalendar Overview