Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_TIMEZONE_ENTRY Struct Reference

#include <timezone.h>

Data Fields

uint32_t signature
 Signature for entry validation.
char name [TIMEZONE_NAME_LENGTH]
 Timezone name.
char description [TIMEZONE_DESC_LENGTH]
 Timezone description.
int32_t bias
char standardname [TIMEZONE_NAME_LENGTH]
 Standard name.
int32_t standardbias
SYSTEMTIME standardstart
char daylightname [TIMEZONE_NAME_LENGTH]
 Daylight name.
int32_t daylightbias
SYSTEMTIME daylightstart
TIMEZONE_ENTRYprev
 Previous entry in Timezone table.
TIMEZONE_ENTRYnext
 Next entry in Timezone table.

Detailed Description

Timezone Entry

Field Documentation

◆ signature

uint32_t signature

Signature for entry validation.

◆ name

Timezone name.

◆ description

char description[TIMEZONE_DESC_LENGTH]

Timezone description.

◆ bias

int32_t bias

◆ standardname

char standardname[TIMEZONE_NAME_LENGTH]

Standard name.

◆ standardbias

int32_t standardbias

◆ standardstart

SYSTEMTIME standardstart

◆ daylightname

char daylightname[TIMEZONE_NAME_LENGTH]

Daylight name.

◆ daylightbias

int32_t daylightbias

◆ daylightstart

SYSTEMTIME daylightstart

◆ prev

Previous entry in Timezone table.

◆ next

Next entry in Timezone table.


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