ArcObjects Library Reference (System)  

ITime.Month Property

The time's gregorian month.

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

Parameters

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

Product Availability

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

See Also

ITime Interface