time

Is used by zInfo_s and contains information about various time stamps for the file.

Service:File System Services (64-Bit)
Defined In:zParams.h

Syntax

struct
{
   QUAD   created;                 /* zMOD_CREATED_TIME */
   QUAD   archived;                /* zMOD_ARCHIVED_TIME */
   QUAD   modified;                /* zMOD_MODIFIED_TIME */
   QUAD   accessed;                /* zMOD_ACCESSED_TIME */
   QUAD    metaDataModified;
                           /*zMOD_METADATA_MODIFIED_TIME */
} time;

Fields

created

Specifies that the created time is set.

archived

Specifies that the archived time is set.

modified

Specifies that the modified time is set.

accessed

Specifies that the accessed time is set.

metaDataModified

Specifies that the metadata time is set.