Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / RecurrencePattern Class / SetDirty Method / SetDirty(Boolean) Method
Specifies whether method should clean all information about exceptions and removed occurrences.

In This Topic
    SetDirty(Boolean) Method
    In This Topic
    Specifies that the current recurrence pattern has been changed and should invalidate properties.
    Syntax
    'Declaration
     
    Public Overloads Sub SetDirty( _
       ByVal cleanupExceptions As System.Boolean _
    ) 
    public void SetDirty( 
       System.bool cleanupExceptions
    )

    Parameters

    cleanupExceptions
    Specifies whether method should clean all information about exceptions and removed occurrences.
    See Also