API Reference
Class
IcsRecurrencePart
One ordered, forward-compatible RRULE part.
Inheritance
- Object
- IcsRecurrencePart
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
- Property IcsRecurrenceRule.Parts
Constructors
public IcsRecurrencePart(String name, String value) #Creates a recurrence part.
Parameters
- name System.String
- value System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; set; } #Part name such as FREQ, BYDAY, or a future registered extension.