Partager via


UserDataTaskRecurrenceProperties.Month Propriété

Définition

Obtient ou définit le mois sur lequel une tâche se produit. Month est de type UInt32, a une valeur par défaut de 1 et peut être une valeur comprise entre 1 et 12.

public:
 property IReference<int> ^ Month { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> Month();

void Month(IReference<int> value);
public System.Nullable<int> Month { get; set; }
var iReference = userDataTaskRecurrenceProperties.month;
userDataTaskRecurrenceProperties.month = iReference;
Public Property Month As Nullable(Of Integer)

Valeur de propriété

Mois pendant lequel une tâche se produit.

S’applique à