This document is archived and information here might be outdated. Recommended version. |
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