SE_rasbandinfo_get_time |
Retrieves the creation or modification date and time of a raster band.
LONG SE_rasbandinfo_get_time (const SE_RASBANDINFO rasterband, LONG which_time, struct tm *time);
rasterband | The rasterband handle |
which_time | A macro representing either the creation or modification time |
time | The creation or modification date and time of a raster band |
SE_rasbandinfo_get_time retrieves a specific time associated with a raster band. Use the which_time parameter to retrieve the creation or last modified date and time for the raster band. The which_time parameter can be:
SE_RASTERBAND_CREATED SE_RASTERBAND_MODIFIED
This function returns meaningful information for an SE_RASBANDINFO object that describes an existing raster band only.
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_RASBANDINFO_OBJECT
SE_NET_FAILURE
SE_SDE_NOT_STARTED