AppointmentRecurrence.Month Propriedade
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
O mês em que ocorre um compromisso.
Funcionalidades do aplicativo |
appointmentsSystem
|