recurrence_is_excluded
Description:
[ Version ( since = "1.0" ) ]
public static bool recurrence_is_excluded (Component comp, Time dtstart, Time recurtime)
public static bool recurrence_is_excluded (Component comp, Time dtstart, Time recurtime)
Decides if this recurrence is acceptable.
This function decides if a specific recurrence value is excluded by EXRULE or EXDATE properties.
Parameters:
| comp | |
| dtstart |
The base dtstart value for this component |
| recurtime |
The time to test against |
Returns:
|
1 if yes, 0 if not. |