ArcObjects Library Reference (System)  

ITime.Day Property

The time's gregorian day.

[Visual Basic .NET]
Public Property Day As Short
[C#]
public short Day {get; set;}
[C++]
HRESULT get_Day(
  short* Day
);
[C++]
HRESULT put_Day(
  short Day
);
[C++]

Parameters

Day [out, retval]   Day is a parameter of type short Day [in]   Day is a parameter of type short

Product Availability

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

See Also

ITime Interface