TransitionsGroup

The TransitionsGroup element represents an array of time zone transitions.

<TransitionsGroup Id="">
   <Transition/>
   <AbsoluteDateTransition/>
   <RecurringDayTransition/>
   <RecurringDateTransition/>
</TransitionsGroup>

ArrayOfTransitionsType

Attributes and elements

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

Attributes

Attribute Description
Id
A string value that represents the unique identifier of the transitions group.

Child elements

Element Description
AbsoluteDateTransition
Represents a time zone transition that occurs on a specific date and at a specific time.
RecurringDayTransition
Represents a time zone transition that occurs on the same day each year.
RecurringDateTransition
Represents a time zone transition that occurs on a specified day of the year.
Transition
Represents a time zone transition.

Parent elements

Element Description
TransitionsGroups
Represents an array of time zone transition groups.

Remarks

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

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

See also