Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / Appointment Class / IsRecurring Property

In This Topic
    IsRecurring Property (Appointment)
    In This Topic
    Gets the System.Boolean value indicating if the appointment is recurring.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsRecurring As System.Boolean
    public System.bool IsRecurring {get;}
    See Also