4.1.5 PidLidTimeZoneStruct

The following is an example of a value for the PidLidTimeZoneStruct property (section 2.2.1.39).

 cb: 48 (0x00000030)
 lpb:
 E001000000000000C4FFFFFF000000000B00000001000200000000000000000000000300000002000200000000000000

The following table lists the content of the PidLidTimeZoneStruct property BLOB.

Field name

Type

Size

Example

Description

lBias

LONG ([MS-DTYP])

4

E0 01 00 00

This rule (2) has a standard bias of 480 minutes from UTC.

lStandardBias

LONG

4

00 00 00 00

No additional offset during standard time.

lDaylightBias

LONG

4

C4 FF FF FF

Offset of -60 from the standard bias during daylight time.

wStandardYear

WORD ([MS-DTYP])

2

00 00

No year is specified, which indicates that the rule (2) is a relative rule (2).

stStandardDate

SYSTEMTIME

16

00 00 0B 00

00 00 01 00

02 00 00 00

00 00 00 00

This indicates the following SYSTEMTIME (in decimal format):

wYear: 0

wMonth: 11

wDayOfWeek: 0

wDay: 1

wHour: 2

wMinute: 0

wSecond: 0

wMilliseconds: 0

This means that the time zone will transition to standard time on the first Sunday of November at 2:00 A.M.

wDaylightYear

WORD

2

00 00

No year is specified, which indicates that the rule (2) is a relative rule (2).

stDaylightDate

SYSTEMTIME

16

00 00 03 00

00 00 02 00

02 00 00 00

00 00 00 00

This indicates the following SYSTEMTIME (in decimal):

wYear: 0

wMonth: 3

wDayOfWeek: 0

wDay: 2

wHour: 2

wMinute: 0

wSecond: 0

wMilliseconds: 0

This means that the time zone will transition to daylight time on the second Sunday of March at 2:00 A.M.