如何为ExtendedCalendarView设置MinDate()

时间:2014-12-23 10:30:27

标签: android widget calendarview

我正在使用ExtendedCalendarView。如何在setMinDate()上使用ExtendedCalendarView功能?

1 个答案:

答案 0 :(得分:0)

ExtendedCalendarView不是CalendarView的扩展,因此并非所有CalendarView中可用的方法都可在ExtendedCalendarView下使用。查看此link中的文档,我看到我们只能设置以下字段

Current database columns

id - database id of the event
event (Text) - name of the event
location (Text) - where the event is
description (Text) - information about the event
start (Integer) - when the event starts
end (Integer) - when the event ends
start_day (Integer) - julian start day
end_day (Integer) - julian end day
color (Integer) - the color of the event