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

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

Creates a new instance of Age starting from the given date until now.

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 Age(
	DateTime advent
)
Public Sub New ( _
	advent As DateTime _
)
public:
Age(
	DateTime advent
)

Parameters

advent
DateTime

[Missing <param name="advent"/> documentation for "M:SpiderMaster.Age.#ctor(System.DateTime)"]

See Also