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
Public Property Item As Object
    Get
    Set
'Usage
Dim instance As TimeChangeType
Dim value As Object

value = instance.Item

instance.Item = value
public Object Item { get; set; }

Property Value

Type: System.Object
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.