SE_versioninfo_get_creation_time

Returns the creation time for a version.

Usage syntax

LONG SE_versioninfo_get_creation_time (const SE_VERSIONINFO version, struct tm *created_time);

Parameters
version The versioninfo handle
created_time A pointer to the creation time
Description

SE_versioninfo_get_creation_time returns the version's creation date and time in POSIX struct tm format.

Returns

SE_SUCCESS
SE_NET_FAILURE

SE_INVALID_POINTER

SE_INVALID_VERSIONINFO_OBJECT

SE_SDE_NOT_STARTED