RanorexRanorex Documentation
Duration Constructor (timeSpan)
NamespacesRanorexDurationDuration(TimeSpan)
Constructs a new instance and initializes it with the value of the given TimeSpan.
Declaration Syntax
C#Visual BasicVisual C++
public Duration(
	TimeSpan timeSpan
)
Public Sub New ( _
	timeSpan As TimeSpan _
)
public:
Duration(
	TimeSpan timeSpan
)
Parameters
timeSpan (TimeSpan)
A TimeSpan instance.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)