This document is archived and information here might be outdated. Recommended version. |
The time's hour.
[Visual Basic .NET]
Public Property Hour As Short
[C#]
public short Hour {get; set;}
[C++]
HRESULT get_Hour(
System.Int16* Hour
);
[C++]
HRESULT put_Hour(
short Hour
);
[C++] Parameters Hour [out, retval]
Hour is a parameter of type short* Hour [in]
Hour is a parameter of type short