This document is archived and information here might be outdated.  Recommended version.


ITime.Second Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITime Interface > ITime.Second Property
ArcGIS Developer Help

ITime.Second Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITime Interface