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


ITime.Second Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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(
  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

Product Availability

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

See Also

ITime Interface