Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / Appointment Class / GetRecurrencePattern Method

In This Topic
    GetRecurrencePattern Method (Appointment)
    In This Topic
    Returns the RecurrencePattern object that represents the recurrence attributes of an appointment. If there is no existing recurrence pattern, a new empty RecurrencePattern object is returned.
    Syntax
    'Declaration
     
    
    Public Function GetRecurrencePattern() As RecurrencePattern
    public RecurrencePattern GetRecurrencePattern()

    Return Value

    The RecurrencePattern object.
    See Also