CalendarItemType.RecurrenceId Property

Definition

The RecurrenceId property gets or sets an instance of the DateTime structure that identifies a specific instance of a recurring calendar item.

public:
 property DateTime RecurrenceId { DateTime get(); void set(DateTime value); };
public DateTime RecurrenceId { get; set; }
Public Property RecurrenceId As DateTime

Property Value

The RecurrenceId property returns an instance of the DateTime structure that identifies a specific instance of a recurring calendar item.

Remarks

The RecurrenceId property is used with the UID property to identify a specific instance of a recurring calendar item.

Applies to