TimeChangeType.Item Property

Definition

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

public:
 property System::Object ^ Item { System::Object ^ get(); void set(System::Object ^ value); };
public object Item { get; set; }
Public Property Item As 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.

Applies to