Retrieves the day of the year represented by this instance.
[Visual Basic] Public ReadOnly Property DayOfYear As Integer [C#] public int DayOfYear {get;} [C++] public: __property int get_DayOfYear(); [JScript] public function get DayOfYear() : int;
Read-only.
The DayOfYear property returns an 32-bit signed integer (int) between 1 and 366 that represents the number of the day in the year.
DateTime Structure | DateTime Members | System Namespace | Int32