AppointmentRecurrence.Interval Property

Definition

Gets or sets the interval between occurrences of an appointment. Interval is of type UInt32 and has a default value of 1. For daily, the interval is the number of days in between, for weekly, the number of weeks, and so on.

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

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

Property Value

UInt32

unsigned int

uint32_t

The interval on which an appointment occurs.

Windows requirements

App capabilities
appointmentsSystem

Applies to