Interface ISchedule

All Superinterfaces:
Cloneable, ICacheObjectListener, IScheduleInfo, ISortInfo, IThing, IThingBaseInfo, IThingBaseView, IThingDateInfo, IThingDateView, IThingIDBase, IThingInfo, IThingInfoView, IThingKeywordsInfo, IThingNameInfo, IThingNameView, IThingNoteInfo, IThingParentInfo, IThingParentView, Serializable

public interface ISchedule extends IScheduleInfo, IThing
A Schedule is a recurring event. It maintains two fields - 'interval' and 'at'. Interval is the recurring period. At is a time within that period. Note: You must explicitly call setNextTime() to update that value in the database.