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


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

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(
  System.Int32* 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