Time

Topic Last Modified: 2009-07-23

The Time element represents the transition time of day to and from standard time and daylight saving time.

Syntax

<Time>...</Time>

Type

string

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

None.

Parent Elements

Element Description

StandardTime

Represents an offset from the time relative to Coordinated Universal Time (UTC) represented by the Bias (UTC) element. This element also contains information about the transition to standard time from daylight saving time in regions where daylight saving time is observed.

The following are the XPath expressions to the StandardTime element:

  • /GetUserAvailabilityResponse/FreeBusyResponseArray/FreeBusyResponse/FreeBusyView/WorkingHours/TimeZone/StandardTime
  • /GetUserAvailabilityRequest/TimeZone/StandardTime

DaylightTime

Represents an offset from the time relative to UTC represented by the Bias (UTC) element in regions where daylight saving time is observed. This element also contains information about when the transition to daylight saving time from standard time occurs.

The following are the XPath expressions to the DaylightTime element:

  • /GetUserAvailabilityResponse/FreeBusyResponseArray/FreeBusyResponse/FreeBusyView/WorkingHours/TimeZone/DaylightTime
  • /GetUserAvailabilityRequest/TimeZone/DaylightTime

Text Value

The text value represents hours, minutes, and seconds in the following format: hh:mm:ss.

Remarks

When the Time element occurs in the DaylightTime element, it represents the time of day that the transition from daylight saving time to standard time occurs. When the Time element occurs in the StandardTime element, it represents the time of day that the transition from standard time to daylight saving time occurs.

This element has a minimum occurrence of zero and a maximum occurrence of one.

Example

The following part of a request represents a transition time of 2 A.M. from standard time to daylight saving time.

<StandardTime>
   <Bias>0</Bias>
   <Time>02:00:00</Time>
   <DayOrder>5</DayOrder>
   <Month>10</Month>
   <DayOfWeek>Sunday</DayOfWeek>
</StandardTime>

Element Information

Namespace

https://schemas.microsoft.com/exchange/services/2006/types

Schema Name

Types schema

Validation File

Types.xsd

Can be Empty

False