SE_connection_get_server_time

Returns the clock time of the server associated with this connection

Usage syntax

LONG SE_connection_get_server_time (SE_CONNECTION connection);

Parameters
connection The connection handle
Description

SE_connection_get_server_time returns the time on the ArcSDE server platform for the connection. The time represents the number of seconds since 00:00 Universal Coordinated Time (UTC) on January 1, 1970. The value complies with POSIX time functions. This information may be necessary to synchronize operations that use time as a flag for change. The time on the client and server platforms may not match.

Returns

SE_SUCCESS
SE_INVALID_CONNECTION

SE_NET_FAILURE

SE_SDE_NOT_STARTED