MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_TIME Struct Reference

Data Fields

UINT16 Year
 
UINT8 Month
 
UINT8 Day
 
UINT8 Hour
 
UINT8 Minute
 
UINT8 Second
 
UINT8 Pad1
 
UINT32 Nanosecond
 
INT16 TimeZone
 
UINT8 Daylight
 
UINT8 Pad2
 

Detailed Description

EFI Time Abstraction: Year: 1900 - 9999 Month: 1 - 12 Day: 1 - 31 Hour: 0 - 23 Minute: 0 - 59 Second: 0 - 59 Nanosecond: 0 - 999,999,999 TimeZone: -1440 to 1440 or 2047

Field Documentation

UINT8 EFI_TIME::Day
UINT8 EFI_TIME::Daylight
UINT8 EFI_TIME::Hour
UINT8 EFI_TIME::Minute
UINT8 EFI_TIME::Month
UINT32 EFI_TIME::Nanosecond
UINT8 EFI_TIME::Pad1
UINT8 EFI_TIME::Pad2
UINT8 EFI_TIME::Second
INT16 EFI_TIME::TimeZone
UINT16 EFI_TIME::Year