Condividi tramite


AppointmentRecurrence.Month Proprietà

Definizione

Ottiene o imposta il mese in cui si verifica un appuntamento. Il mese è di tipo UInt32, ha un valore predefinito pari a 1 e può essere un valore compreso tra 1 e 12.

public:
 property unsigned int Month { unsigned int get(); void set(unsigned int value); };
uint32_t Month();

void Month(uint32_t value);
public uint Month { get; set; }
var uInt32 = appointmentRecurrence.month;
appointmentRecurrence.month = uInt32;
Public Property Month As UInteger

Valore della proprietà

UInt32

unsigned int

uint32_t

Mese in cui si verifica un appuntamento.

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a