Compartir a través de


UserDataTaskRecurrenceProperties.Month Propiedad

Definición

Obtiene o establece el mes en el que se produce una tarea. Month es de tipo UInt32, tiene un valor predeterminado de 1 y puede ser un valor de 1 a 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)

Valor de propiedad

Mes en el que se produce una tarea.

Se aplica a