DateTimeWithZone.DayOfYear PropertyDateTimeWithZone.DayOfYear PropertyDateTimeWithZone::DayOfYear Property

Gets the day of the year.

Syntax

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

Property Value

Type: System.Int32System.Int32System::Int32

The day of the year, expressed as a value between 1 and 366.