SE_archiveinfo_set_start_time

Sets the archive’s start time

Usage syntax

SE_archiveinfo_set_start_time (SE_ARCHIVEINFO archive, const struct tm *start_time);

Parameters
archive The opaque archive object to modify
start_time The start_time of the archive
Description

This function sets this object’s start time (archive_date). This is the user-defined time at which the table is has archiving enabled.

If this function is being called through a Visual Basic application, the user must make sure that the DST information is not lost. If the DST information is lost during translation (as in a VB wrapper application), then set the DST to -1 (unknown) before passing it back to a C-API function.

Returns

SE_SUCCESS
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_INVALID_ARCHIVE_OBJECT
SE_SDE_NOT_STARTED