Advanced ThreadPool

ThreadStateInfo.Created Property

Returns the createion date of the associated thread

[Visual Basic]
Public Property ReadOnly Created As Date
[C#]
public DateTime Created { get; }
[C++]
public: __property DateTime get_Created();
[JScript]
public function get Created() : DateTime

See Also

ThreadStateInfo Class | InfiniTec.SystemUtilities Namespace