File System Component  Version 6.16.6
MDK Middleware for Devices with Flash File System
fsTime Struct Reference

File System Time structure. More...

#include <rl_fs.h>

Data Fields

uint8_t hr
 Hours [0..23]. More...
 
uint8_t min
 Minutes [0..59]. More...
 
uint8_t sec
 Seconds [0..59]. More...
 
uint8_t day
 Day [1..31]. More...
 
uint8_t mon
 Month [1..12]. More...
 
uint16_t year
 Year [1980..2107]. More...
 

Description

File System Time structure.

Field Documentation

◆ day

uint8_t fsTime::day

Day [1..31].

◆ hr

uint8_t fsTime::hr

Hours [0..23].

◆ min

uint8_t fsTime::min

Minutes [0..59].

◆ mon

uint8_t fsTime::mon

Month [1..12].

◆ sec

uint8_t fsTime::sec

Seconds [0..59].

◆ year

uint16_t fsTime::year

Year [1980..2107].