AppointmentRecurrence.Month Property

Definition

Gets or sets the month on which an appointment occurs. Month is of type UInt32, has a default value of 1, and can be a value from 1 to 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

Property Value

UInt32

unsigned int

uint32_t

The month on which an appointment occurs.

Windows requirements

App capabilities
appointmentsSystem

Applies to