Skip to content

Latest commit

 

History

History
78 lines (55 loc) · 2.45 KB

recurringdatetransition.md

File metadata and controls

78 lines (55 loc) · 2.45 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority api_name api_type ms.assetid description
RecurringDateTransition
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
RecurringDateTransition
schema
52fe1e05-3c50-40a1-8752-5c3c64c9f1ed
The RecurringDateTransition element represents a time zone transition that occurs on a specific date each year.

RecurringDateTransition

The RecurringDateTransition element represents a time zone transition that occurs on a specific date each year.

<RecurringDateTransition>
   <To/>
   <TimeOffset/>
   <Month/>
   <Day/>
</RecurringDateTransition>

RecurringDateTransitionType

Attributes and elements

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

Attributes

None.

Child elements

Element Description
To
Specifies the Period or TransitionsGroup that is the target of the time zone transition.
TimeOffset
Represents the duration offset from Coordinated Universal Time (UTC) for the time zone transition.
Month (Time Zone Transition)
Represents the month in which the time zone transition occurs.
Day
Represents the day of the month on which the time zone transition occurs.

Parent elements

Element Description
Transitions
Represents a collection of time zone transitions.
TransitionsGroup
Represents a collection of time zone transitions.

Remarks

An example of a time zone transition that could be represented by the RecurringDateTransition element is a transition that occurs on March 15 each year.

The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server that has the Client Access server role installed.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also