unsigned int db_time_change( SQLCA * sqlca);
sqlca A pointer to a SQLCA structure. For information, see The SQL Communication Area (SQLCA).
This function permits clients to notify the server that the time has changed on the client. This function recalculates the time zone adjustment and sends it to the server. On Windows platforms, it is recommended that applications call this function when they receive the WM_TIMECHANGE message. This will make sure that UTC timestamps are consistent over time changes, time zone changes, or daylight savings time changeovers.
Returns TRUE if successful, and FALSE otherwise.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |