Freigeben über


RecurringDayTransitionType.Occurrence Eigenschaft

Definition

Die Occurrence -Eigenschaft ruft den Wochentag in dem Monat ab, in dem der Zeitzonenübergang stattfindet, oder legt diesen fest.

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

Eigenschaftswert

Der Wert der Occurrence -Eigenschaft ist eine ganze Zahl, die den Wochentag in dem Monat darstellt, in dem der Zeitzonenübergang stattfindet. In der folgenden Tabelle sind die möglichen Werte aufgeführt. ValueDescription1Das erste Vorkommen des angegebenen Wochentags vom Anfang des Monats.2Das zweite Vorkommen des angegebenen Wochentags vom Anfang des Monats.3Das dritte Vorkommen des angegebenen Wochentags ab Dem Monatsbeginn.4Das vierte Vorkommen des angegebenen Wochentags ab Dem Monatsbeginn.-1Das erste Vorkommen des angegebenen Wochentags ab dem Ende des Monats 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 day from the end of the month.

Gilt für: