DateOnly.DayOfYear Property

Definition

Gets the day of the year represented by this instance.

public:
 property int DayOfYear { int get(); };
public int DayOfYear { get; }
member this.DayOfYear : int
Public ReadOnly Property DayOfYear As Integer

Property Value

A number that represents the day of the year represented by this instance.

Applies to