Compartilhar via


AppointmentRecurrence.Month Propriedade

Definição

Obtém ou define o mês no qual ocorre um compromisso. Month é do tipo UInt32, tem um valor padrão de 1 e pode ser um valor de 1 a 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

Valor da propriedade

UInt32

unsigned int

uint32_t

O mês em que ocorre um compromisso.

Requisitos do Windows

Funcionalidades do aplicativo
appointmentsSystem

Aplica-se a