RanorexRanorex Documentation
Implicit Operator
NamespacesRanorexDateTimeImplicit(Element)
Implicitly converts an Element to an instance of this class.
Declaration Syntax
C#Visual BasicVisual C++
public static implicit operator DateTime (
	Element element
)
Public Shared Widening Operator CType ( _
	element As Element _
) As DateTime
static implicit operator DateTime^ (
	Element^ element
)
Parameters
element (Element)
The element to convert.
Return Value
The DateTime.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf element is null.
CapabilityNotSupportedExceptionIf the element does not support the capabilities required by this adapter.

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