[]
Returns the day of the year in the specified DateTime.
public override int GetDayOfYear(DateTime time)
| Type | Name | Description |
|---|---|---|
| DateTime | time | The DateTime to read. |
| Type | Description |
|---|---|
| int | An integer from 1 to 366 that represents the day of the year in the specified DateTime. |