This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITime Interface > ITime.Month Property (ArcObjects .NET 10.5 SDK) |
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