File
Doc
Category
Size
Date
Package
CalendarStruct.java
API Doc
Android 1.5 API
1648
Wed May 06 22:41:56 BST 2009
android.syncml.pim.vcalendar
CalendarStruct
java.lang.Object
public class CalendarStruct extends Object
Same comment as ContactStruct.
Fields Summary
public String
timezone
public List
eventList
Constructors Summary
Methods Summary
public void
addEventList
(
android.syncml.pim.vcalendar.CalendarStruct$EventStruct
stru)
if(eventList == null) eventList = new ArrayList<EventStruct>(); eventList.add(stru);
Java Code Source