ArcGIS Pro 2.6 API Reference Guide
TimeDelta Constructor

ArcGIS.Desktop.Mapping Namespace > TimeDelta Class : TimeDelta Constructor
Initialize a new instance of a TimeDelta using a value and a time unit.
Syntax
public TimeDelta( 
   double value,
   TimeUnit timeUnit
)
Public Function New( _
   ByVal value As Double, _
   ByVal timeUnit As TimeUnit _
)

Parameters

value
timeUnit
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

TimeDelta Class
TimeDelta Members