mi_integer mi_lo_stat_atime(LO_stat)
MI_LO_STAT *LO_stat;
Valid in Client LIBMI Application? | Valid in User-Defined Routine? |
---|---|
Yes | Yes |
The mi_lo_stat_atime( ) function obtains the current value for the last access time from the LO-status structure that LO_stat references. The resolution of the last-access time that mi_lo_stat_atime( ) returns is the number of seconds since 00:00:00, January 1, 1970.
See also the descriptions of mi_lo_stat( ), mi_lo_stat_cspec( ), mi_lo_stat_ctime( ), mi_lo_stat_free( ), mi_lo_stat_mtime_sec( ), mi_lo_stat_mtime_usec( ), mi_lo_stat_refcnt( ), and mi_lo_stat_size( ).
For more information about the last-access time of a smart large object or on how to use an LO-status structure, see the IBM Informix: DataBlade API Programmer's Guide.