AppointmentRecurrence.Day Property

Definition

Gets or sets the day on which an appointment occurs. Day is of type UInt32, has a default value of 1, and can be a value from 1 to 31.

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

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

Property Value

UInt32

unsigned int

uint32_t

The day on which an appointment occurs.

Windows requirements

App capabilities
appointmentsSystem

Applies to