MicrOS
|
Structure representing create/modify/access time of file or directory. More...
#include <micros_filesystem.h>
Public Attributes | |
uint16_t | year |
Year part. More... | |
uint8_t | month |
Month part. More... | |
uint8_t | day |
Day part. More... | |
uint8_t | hour |
Hour part. More... | |
uint8_t | minutes |
Minutes part. More... | |
uint8_t | seconds |
Seconds part. More... | |
Structure representing create/modify/access time of file or directory.
uint8_t micros_filesystem_time::day |
Day part.
uint8_t micros_filesystem_time::hour |
Hour part.
uint8_t micros_filesystem_time::minutes |
Minutes part.
uint8_t micros_filesystem_time::month |
Month part.
uint8_t micros_filesystem_time::seconds |
Seconds part.
uint16_t micros_filesystem_time::year |
Year part.