XMLDA.NET Reference
StartTime Property
See Also  Send Feedback
xmldanet.xmlda Namespace > ServerStatus Class : StartTime Property

Glossary Item Box

Time (UTC) the server was started. This is constant for the server instance and is not reset when the server changes states. Each instance of a server should keep the time when the process started.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ServerStatus
Dim value As Date
 
instance.StartTime = value
 
value = instance.StartTime
C# 
[XmlAttributeAttribute()]
public DateTime StartTime {get; set;}

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.