Skip to content

Latest commit

 

History

History
77 lines (55 loc) · 2.25 KB

File metadata and controls

77 lines (55 loc) · 2.25 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority api_name api_type ms.assetid description
TransitionsGroup
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
TransitionsGroup
schema
19d56080-546a-4d53-929e-363d56186759
The TransitionsGroup element represents an array of time zone transitions.

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