MicrOS
micros_filesystem_time Struct Reference

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...
 

Detailed Description

Structure representing create/modify/access time of file or directory.

Member Data Documentation

◆ day

uint8_t micros_filesystem_time::day

Day part.

◆ hour

uint8_t micros_filesystem_time::hour

Hour part.

◆ minutes

uint8_t micros_filesystem_time::minutes

Minutes part.

◆ month

uint8_t micros_filesystem_time::month

Month part.

◆ seconds

uint8_t micros_filesystem_time::seconds

Seconds part.

◆ year

uint16_t micros_filesystem_time::year

Year part.


The documentation for this struct was generated from the following file: