asp.net.ph

DateTime.DayOfYear Property

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;

Property Value

The day of the year, between 1 and 366.

See Also

DateTime Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph