ServerProperty Object

Applies to QAComplete 14.3, last modified on February 19, 2024

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.

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>

See Also

ServerProperties_GetServerProperties Operation
Server Properties Operations

Highlight search results