我正在使用ExtendedCalendarView
。如何在setMinDate()
上使用ExtendedCalendarView
功能?
答案 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