To

The To element specifies the target of the time zone transition. The target is either a time zone period or a group of time zone transitions.

<To Kind=""/>

TransitionTargetType

Attributes and elements

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

Attributes

Attribute Description
Kind
Indicates whether the time zone transition target is a time zone period or of a group of time zone transitions.

Kind attribute values

Value Description
Period
Specifies that the time zone transition target is a time zone period.
Group
Specifies that the time zone transition target is a group of time zone transitions.

Child elements

None.

Parent 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.

Text value

The text value is a string that specifies the unique identifier of the Period or TransitionsGroup that is the target of the time zone transition.

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

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