Scheduler for WinForms
ParentRecurrence プロパティ (Appointment)

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > Appointment クラス : ParentRecurrence プロパティ
Gets the Appointment object that defines the recurrence criteria for this Appointment object. If this appointment is a not member of a recurrence, or is itself a root appointment, null is returned.
シンタックス
'宣言
 
Public ReadOnly Property ParentRecurrence As Appointment
public Appointment ParentRecurrence {get;}
解説
If an appointment is recurring (see the IsRecurring property) it represents an occurrence in the series that is started and defined by a specific pattern appointment. Use the ParentRecurrence property to obtain the pattern of the current appointment. A pattern appointment can be recognized by its RecurrenceState property set to the RecurrenceStateEnum.Master value. The recurrence information defined by the pattern appointment can be accessed via the RecurrencePattern property of the appointment.
参照

Appointment クラス
Appointment メンバ