XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_TIME Struct Reference

#include <UefiBaseType.h>

Public Attributes

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

Member Data Documentation

◆ Day

UINT8 EFI_TIME::Day

◆ Daylight

UINT8 EFI_TIME::Daylight

◆ Hour

UINT8 EFI_TIME::Hour

◆ Minute

UINT8 EFI_TIME::Minute

◆ Month

UINT8 EFI_TIME::Month

◆ Nanosecond

UINT32 EFI_TIME::Nanosecond

◆ Pad1

UINT8 EFI_TIME::Pad1

◆ Pad2

UINT8 EFI_TIME::Pad2

◆ Second

UINT8 EFI_TIME::Second

◆ TimeZone

INT16 EFI_TIME::TimeZone

◆ Year

UINT16 EFI_TIME::Year

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