Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.39 KB

Outlook.TimeZone.DaylightBias.md

File metadata and controls

38 lines (22 loc) · 1.39 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
TimeZone.DaylightBias property (Outlook)
vbaol11.chm3287
vbaol11.chm3287
Outlook.TimeZone.DaylightBias
59c83104-7ce5-95a9-71fa-df3b0a96e173
06/08/2017
medium

TimeZone.DaylightBias property (Outlook)

Returns a Long value that represents the time offset in minutes from the Bias to account for daylight time in this time zone. Read-only.

Syntax

expression. DaylightBias

expression A variable that represents a TimeZone object.

Remarks

This value is stored as part of the value for TZI for that time zone in the Windows registry. The TZI value is mapped to the Windows TIME_ZONE_INFORMATION structure.

In relation to the UTC time and the local time of the time zone, UTC time is the result of adding the Bias and DaylightBias to the local time. For example, in a state adopting daylight time in the Pacific time zone, the Bias is 480 minutes and DaylightBias is -60 minutes. To determine the time in UTC for June 11, 2 A.M. PST, add a Bias of (480/60) hours and a DaylightBias of -(60/60) hours to the local time June 11, 2 A.M. The time in UTC is June 11, 9 A.M.

See also

TimeZone Object

[!includeSupport and feedback]