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


ITime.Month Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITime Interface > ITime.Month Property
ArcGIS Developer Help

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(
  System.Int16* 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