Header Text Coming Soon! You can Contact Us below anytime!

[This is preliminary documentation and is subject to change.]

Performs an implicit conversion from Age to [!:SpiderMaster.TimeSpan].

Namespace:  SpiderMaster
Assembly:  SpiderMaster.Net (in SpiderMaster.Net.dll) Version: 0.0.6.0 (0.0.6.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static implicit operator TimeSpan (
	Age age
)
Public Shared Widening Operator CType ( _
	age As Age _
) As TimeSpan
static implicit operator TimeSpan (
	Age age
)

Parameters

age
Age
The age.

Return Value

The result of the conversion.

See Also