Share via


TimeChangeType.Item Property

The Item property gets or sets an object that represents the date when the time changes between standard time and daylight saving time.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlElementAttribute("AbsoluteDate", GetType(DateTime), DataType:="date")> _
<XmlElementAttribute("RelativeYearlyRecurrence", GetType(RelativeYearlyRecurrencePatternType))> _
Public Property Item As Object
[XmlElementAttribute("AbsoluteDate", typeof(DateTime), DataType="date")] 
[XmlElementAttribute("RelativeYearlyRecurrence", typeof(RelativeYearlyRecurrencePatternType))] 
public Object Item { get; set; }
[XmlElementAttribute(L"AbsoluteDate", typeof(DateTime), DataType=L"date")] 
[XmlElementAttribute(L"RelativeYearlyRecurrence", typeof(RelativeYearlyRecurrencePatternType))] 
public:
property Object^ Item {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
public Object get_Item ()

/** @property */
public void set_Item (Object value)
public function get Item () : Object

public function set Item (value : Object)

Property Value

The Item property returns an object that represents the date when the time changes between standard time and daylight saving time.

Remarks

The Item property can be set with either a RelativeYearlyRecurrencePatternType object or a string that represents an xs:date type.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)