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

EventsFeed

public class EventsFeed extends com.google.wireless.gdata.data.Feed
Feed containing events in a calendar.

Fields Summary
private String
timezone
Constructors Summary
public EventsFeed()
Creates a new empty events feed.

    
               
      
    
Methods Summary
public java.lang.StringgetTimezone()

return
the timezone

        return timezone;
    
public voidsetTimezone(java.lang.String timezone)

param
timezone the timezone to set

        this.timezone = timezone;