ArcObjects Library Reference (System)  

ITime2.DayOfYear Property

The day number of the year, starting with 1 for the first day of the year.

[Visual Basic .NET]
Public ReadOnly Property DayOfYear As Short
[C#]
public short DayOfYear {get;}
[C++]
HRESULT get_DayOfYear(
  short* dayNumber
);
[C++]

Parameters

dayNumber [out, retval]   dayNumber is a parameter of type short

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITime2 Interface