Bias (UTC)
Topic Last Modified: 2006-06-11
The Bias element represents the general offset from Coordinated Universal Time (UTC). This value is in minutes.
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
|
The container that identifies the date-time information of the request. This element contains information about the transition between standard time and daylight saving time. The following are the XPath expressions to this element:
|
A second Bias element in the schema represents the offset from the Coordinated Universal Time (UTC) offset.
The following example shows part of an XML request that identifies an offset of 8 hours from UTC on the client application.
<TimeZone xmlns="http://schemas.microsoft.com/exchange/services/2006/types">
<Bias>480</Bias>
<StandardTime>
<Bias>0</Bias>
<Time>02:00:00</Time>
<DayOrder>5</DayOrder>
<Month>10</Month>
<DayOfWeek>Sunday</DayOfWeek>
</StandardTime>
<DaylightTime>
<Bias>-60</Bias>
<Time>02:00:00</Time>
<DayOrder>1</DayOrder>
<Month>4</Month>
<DayOfWeek>Sunday</DayOfWeek>
</DaylightTime>
</TimeZone>
Reference
GetUserAvailability OperationBias