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