The ServerProperty
object stores information on your QAComplete server’s local time, UTC time and UTC offset.
Properties
ServerLocalTime : dateTime
The server’s local date and time.
ServerUTCTime : dateTime
The server’s date and time in the UTC time zone.
ServerOffsetInSecs : integer
The server’s UTC offset in seconds.
ServerLocalTime : dateTime
The server’s local date and time.
ServerOffsetInSecs : integer
The server’s UTC offset in seconds.
ServerUTCTime : dateTime
The server’s date and time in the UTC time zone.
Relevant Operations
Example
XML
<ServerProperty>
<ServerLocalTime>2014-08-12T01:23:45.8</ServerLocalTime>
<ServerUTCTime>2014-08-12T07:23:45.8</ServerUTCTime>
<ServerOffsetInSecs>21600</ServerOffsetInSecs>
</ServerProperty>
<ServerLocalTime>2014-08-12T01:23:45.8</ServerLocalTime>
<ServerUTCTime>2014-08-12T07:23:45.8</ServerUTCTime>
<ServerOffsetInSecs>21600</ServerOffsetInSecs>
</ServerProperty>
See Also
ServerProperties_GetServerProperties Operation
Server Properties Operations