Date.DayOfYear

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aDate.DayOfYear

Supported for all project types and targets.

The number days into the year that the date falls on.

Sample Code

The following code displays the current day of the year.

Var d As Date = Date.Now
Label1.Value = d.DayOfYear.ToString