Nevron.Nov.Schedule Namespace / NRecurrenceRule Class


In This Topic
    NRecurrenceRule Class Methods
    In This Topic

    For a list of all members of this type, see NRecurrenceRule members.

    Public Methods
     NameDescription
    Public MethodExcludes the given date and time from this recurrence rule.  
    Public MethodGenerates the appointment start and end times defined by this rule for the given time range.  
    Public MethodChecks if the given date and time is excluded from this recurrence rule and if it is, removes it from the array of excluded dates.  
    Top
    Protected Methods
     NameDescription
    Protected MethodDecreases the given date and time to the first date and time larger than the specified target following this rule's logic.  
    Protected MethodGets the effective range end of this recurrence rule.  
    Protected MethodGets the effective range end of this recurrence rule for the given number of occurrences.  
    Protected MethodIncreases the given date and time to the first date and time larger than or equal to the specified target following this rule's logic.  
    Internal Methodstatic (Shared in Visual Basic)  
    Protected MethodTries to get the start date and time of the first appointment defined by this recurrence rule, which intersects the given date time range.  
    Protected MethodTries to get the next date and time relative to the given one.  
    Protected MethodTries to get the previous date and time relative to the given one.  
    Top
    See Also