ArcObjects Library Reference (System)  

ITimeDuration.Seconds Property

The time duration seconds component.

[Visual Basic .NET]
Public Property Seconds As Integer
[C#]
public int Seconds {get; set;}
[C++]
HRESULT get_Seconds(
  long* Seconds
);
[C++]
HRESULT put_Seconds(
  long Seconds
);
[C++]

Parameters

Seconds [out, retval]   Seconds is a parameter of type long Seconds [in]   Seconds is a parameter of type long

Product Availability

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

See Also

ITimeDuration Interface