SE_archiveinfo_set_start_time |
Sets the archives start time
SE_archiveinfo_set_start_time (SE_ARCHIVEINFO archive, const struct tm *start_time);
archive | The opaque archive object to modify |
start_time | The start_time of the archive |
This function sets this objects 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.
SE_SUCCESS
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_INVALID_ARCHIVE_OBJECT
SE_SDE_NOT_STARTED