ReactOS 0.4.15-dev-7928-g68a8619
FF_SYSTEMTIME Struct Reference

A TIME and DATE object for FullFAT. A FullFAT time driver must populate these values. More...

#include <ff_time.h>

Public Attributes

FF_T_UINT16 Year
 Year (e.g. 2009).
 
FF_T_UINT16 Month
 Month (e.g. 1 = Jan, 12 = Dec).
 
FF_T_UINT16 Day
 Day (1 - 31).
 
FF_T_UINT16 Hour
 Hour (0 - 23).
 
FF_T_UINT16 Minute
 Min (0 - 59).
 
FF_T_UINT16 Second
 Second (0 - 59).
 

Detailed Description

A TIME and DATE object for FullFAT. A FullFAT time driver must populate these values.

Definition at line 51 of file ff_time.h.

Member Data Documentation

◆ Day

FF_T_UINT16 FF_SYSTEMTIME::Day

Day (1 - 31).

Definition at line 54 of file ff_time.h.

◆ Hour

FF_T_UINT16 FF_SYSTEMTIME::Hour

Hour (0 - 23).

Definition at line 55 of file ff_time.h.

◆ Minute

FF_T_UINT16 FF_SYSTEMTIME::Minute

Min (0 - 59).

Definition at line 56 of file ff_time.h.

◆ Month

FF_T_UINT16 FF_SYSTEMTIME::Month

Month (e.g. 1 = Jan, 12 = Dec).

Definition at line 53 of file ff_time.h.

◆ Second

FF_T_UINT16 FF_SYSTEMTIME::Second

Second (0 - 59).

Definition at line 57 of file ff_time.h.

◆ Year

FF_T_UINT16 FF_SYSTEMTIME::Year

Year (e.g. 2009).

Definition at line 52 of file ff_time.h.


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