System Namespace DateTime Structure
Returns the day of the year represented by this instance.
[ VB ]
<Serializable>
Public ReadOnly Property DayOfYear As Integer
[ C# ]
[ Serializable ]
public int DayOfYear { get; }
[ C++ ]
[ Serializable ]
public: __property int get_DayOfYear ( );
[ JScript ]
public Serializable
function get DayOfYear ( ) : int;
The day of the year, between 1 and 366.
DateTime Members