ArrayOfTransitionsType.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Items property gets or sets an array of time zone transitions.
public:
property cli::array <ExchangeWebServices::TransitionType ^> ^ Items { cli::array <ExchangeWebServices::TransitionType ^> ^ get(); void set(cli::array <ExchangeWebServices::TransitionType ^> ^ value); };
public ExchangeWebServices.TransitionType[] Items { get; set; }
Public Property Items As TransitionType()
Property Value
The value of the Items property is an array of time zone transitions. The time zone transitions can be TransitionType, AbsoluteDateTransitionType, RecurringDateTransitionType, or RecurringDayTransitionType objects.