RecurrenceType Property (RecurrencePattern)
                In This Topic
            
            Determines the type of recurrence: daily - the recurring event reoccurs on a daily basis. workdays - the recurring event reoccurs every working day. monthly - the recurring event reoccurs on a monthly basis. monthlyNth - the recurring event reoccurs every N months. weekly - the recurring event reoccurs on a weekly basis. yearly - the recurring event reoccurs on an yearly basis. yearlyNth - the recurring event reoccurs every N years.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property RecurrenceType As System.String
             
        
            
            public System.string RecurrenceType {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also