An NDoc Documented Class Library

RecurrenceEmitter.doAttribute Method 

This method sets correctly the attributes from a RRULE. Actually, the only attributes recognised are "FREQ", "UNTIL" and "INTERVAL".

public override void doAttribute(
   Token key,
   Token val
);

Parameters

key
The name of the attribute
val
The value of the attribute

Implements

IEmitter.doAttribute

See Also

RecurrenceEmitter Class | RemoteCalendars.Core Namespace