SE_stateinfo_get_creation_time

Retrieves the creation date and time of a state

Usage syntax

LONG SE_stateinfo_get_creation_time (const SE_STATEINFO state, struct tm *created_time);

Parameters
state The stateinfo handle
created_time A creation date of the state
Description

SE_stateinfo_get_creation_time retrieves the creation date and time of a specific state in POSIX time_t format. This function returns meaningful information for a SE_STATEINFO object that describes an existing state only.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_STATEINFO_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED