API Reference
Class
IcsRecurrenceRule
Parsed recurrence rule that retains unknown rule parts in source order.
Inheritance
- Object
- IcsRecurrenceRule
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Extension method ContentLineComponent.GetRecurrenceRules
- Method IcsComponentExtensions.GetRecurrenceRules
- Method IcsRecurrenceRule.Parse
- Property OutlookRecurrenceIcsExportResult.Rule
Accepted by parameters
- Extension method ContentLineComponent.AddRecurrenceRule
- Method IcsComponentExtensions.AddRecurrenceRule
- Method OutlookRecurrenceIcsConverter.Import
Constructors
public IcsRecurrenceRule() #Methods
public String GetValue(String name) #Returns:
StringReturns the first matching rule part value.
Parameters
- name System.String
public static IcsRecurrenceRule Parse(String value) #Returns:
IcsRecurrenceRuleParses an RRULE value without discarding unknown parts.
Parameters
- value System.String
public Void SetValue(String name, String value) #Returns:
VoidReplaces a rule part, or removes it when value is null.
Parameters
- name System.String
- value System.String
public override String ToString() #Returns:
StringSerializes the recurrence rule in its current part order.