Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / IntervalAppointmentPresenter Class / IsOccurrence Property

In This Topic
    IsOccurrence Property (IntervalAppointmentPresenter)
    In This Topic
    Gets a boolean value specifying whether Appointment is an occurrence of a recurrence pattern.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsOccurrence As Boolean
    public bool IsOccurrence {get;}
    See Also