This document is archived and information here might be outdated.  Recommended version.


ITime2.DayOfYear Property (ArcObjects .NET 10.5 SDK)
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