SetConvertToLocalTime

Description

Enables or disables the convert-to-local-time property of the ResultSet object. When this property is True, UTC database history dates are converted to client local time for version 7.0 clients to display in query, report, and chart results. When this property is False, UTC database history dates are not converted to client local time for display. Instead, version 7.0 clients display dates in UTC as these are stored on the server.

Remarque : This method became available in version 7.0.1 and is for Perl only. It is not available for VBScript.

Syntaxe

Perl

$resultset->SetConvertToLocalTime (value); 
Identificateur
Description
resultset
A ResultSet object, representing the rows and columns of data resulting from a query.
value
A Boolean True enables conversion of UTC-stored database history dates to client local time for Rational ClearQuest version 7.0 clients to display in query, report, and chart results.

A Boolean False disables conversion of UTC-stored database history dates to client local time for display. Instead, version 7.0 clients display dates in UTC as these are stored on the server.

Return value
Aucune.

Commentaires