When overridden in a derived class, returns the day of the year in the specified
System.DateTime.
'Declaration
Public Overrides Function GetDayOfYear( _
ByVal As Date _
) As Integer
public override int GetDayOfYear(
DateTime
)
Parameters
- time
- The System.DateTime to read.
Return Value
A positive integer that represents the day of the year in the parameter.