SE_rascolinfo_get_creation_date |
Retrieves the creation date of a raster column.
LONG SE_rascolinfo_get_creation_date (const SE_RASCOLINFO rastercolumn, struct tm *date);
rastercolumn | The rastercolumn handle |
date | The creation date of a raster column |
SE_rascolinfo_get_creation_date retrieves the creation date of a specific raster column. This function returns meaningful information for an SE_RASCOLINFO object that describes an existing raster column only. The SE_RASCOLINFO structure must populated with a valid call to either SE_rastercolumn_get_info_list, SE_rastercolumn_get_info_by_id, or SE_rastercolumn_get_info_by_name before SE_rascolinfo_get_creation_date can return a valid creation date.
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_RASCOLINFO_OBJECT
SE_NET_FAILURE
SE_SDE_NOT_STARTED