This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeDuration Interface > ITimeDuration.Seconds Property (ArcObjects .NET 10.5 SDK) |
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