RecurringDayTransitionType.Occurrence Property

Definition

The Occurrence property gets or sets the day of the week in the month that the time zone transition occurs.

public:
 property int Occurrence { int get(); void set(int value); };
public int Occurrence { get; set; }
Public Property Occurrence As Integer

Property Value

The value of the Occurrence property is an integer that represents the day of the week in the month that the time zone transition occurs. The following table lists the possible values.ValueDescription1The first occurrence of the specified day of the week from the beginning of the month.2The second occurrence of the specified day of the week from the beginning of the month.3The third occurrence of the specified day of the week from the beginning of the month.4The fourth occurrence of the specified day of the week from the beginning of the month.-1The first occurrence of the specified day of the week from the end of the month.-2The second occurrence of the specified day of the week from the end of the month.-3The third occurrence of the specified day of the week from the end of the month.-4The fourth occurrence of the specified day of the week from the end of the month.

Applies to