zos_time_t Struct Reference

Contain seconds and milliseconds of time. More...

Data Fields

uint32_t seconds
 The seconds part of the time.
 
uint32_t milliseconds
 The milliseconds part of the time.
 

Detailed Description

Contain seconds and milliseconds of time.

Examples:
basic/log_file/log_file.c, and cloud/cloud_filesystem/cloud_filesystem.c.