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.AddSeconds Method (ArcObjects .NET 10.5 SDK) |
Adds the input amount of seconds to the time duration.
[Visual Basic .NET] Public Sub AddSeconds ( _ ByVal Value As Double _ )
[C#] public void AddSeconds ( double Value );
[C++]
HRESULT AddSeconds(
double Value
);
[C++]
Parameters Value [in] Value is a parameter of type double