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 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.

Note: This method is available for Perl only. It is not available for VBScript.

Syntax

Perl


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