FileDocCategorySizeDatePackage
Recurrence.javaAPI DocAndroid 1.5 API644Wed May 06 22:41:16 BST 2009com.google.wireless.gdata.calendar.data

Recurrence

public class Recurrence extends Object
Container for information about a Recurrence.

Fields Summary
private final String
recurrence
Constructors Summary
public Recurrence(String recurrence)
Creates a new recurrence for the provide recurrence string.

param
recurrence The recurrence string that should be parsed.

        this.recurrence = recurrence;
    
Methods Summary
public java.lang.StringtoString()

        return recurrence;