Help > Web Development > Object Reference > Object Reference > ISYSServerStatus > Time Property
<a name="kanchor566"></a>ISYSServerStatus:Time Property
Returns the amount of time taken to return the results from this server.

Syntax
[VBScript]
ReadOnly property ISYSServerStatus.Time as double
[C#]
double ISYSServerStatus.Time {get;}
[ColdFusion/Java]
double ISYSServerStatus.Time() throws ComException;