GetConvertToLocalTime

Description

Returns 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, and are displayed as read from the database. The default property setting is True.

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

Syntaxe

Perl

$resultset->GetConvertToLocalTime (); 
Identificateur
Description
resultset
A ResultSet object, representing the rows and columns of data resulting from a query.
Valeur renvoyée
Returns a Boolean True if the convert-to-local-time property is set; False otherwise.

Commentaires en retour