SE_stateinfo_get_closing_time

Retrieves the closing date and time of a state

Usage syntax
LONG SE_stateinfo_get_closing_time (const SE_STATEINFO state, struct tm *closing_time);
Parameters
state The stateinfo handle
closing_time Closing date and time of the state
Description

SE_stateinfo_get_closing_time retrieves the date and time, in POSIX time_t format, that a state was closed to further modifications. If the state is open, the time structure is returned with all fields set to zero. This function returns meaningful information for a SE_STATEINFO object that describes an existing state only.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_VERSIONINFO_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED