NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTime.DayOfYear

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;

Property Value

Read-only.

Remarks

The DayOfYear property returns an 32-bit signed integer (int) between 1 and 366 that represents the number of the day in the year.

See Also

DateTime Structure | DateTime Members | System Namespace | Int32