This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITime Interface > ITime.Second Property (ArcObjects .NET 10.4 SDK) |
The time's second.
[Visual Basic .NET] Public Property Second As Short
[C#] public short Second {get; set;}
[C++]
HRESULT get_Second(
short* 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