Android 如何为ExtendedCalendarView设置MinDate()

Android 如何为ExtendedCalendarView设置MinDate(),android,widget,calendarview,Android,Widget,Calendarview,我正在使用扩展日历视图。如何在扩展日历视图上使用函数setMinDate() ExtendedCalendarView不是CalendarView的扩展,因此并非CalendarView中可用的所有方法都在ExtendedCalendarView下可用。查看本文中的文档,我发现我们只能设置以下字段 Current database columns id - database id of the event event (Text) - name of the event location (T

我正在使用
扩展日历视图
。如何在扩展日历视图上使用函数
setMinDate()

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

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      

你能澄清一下你指的是哪一个最小日期吗?我在ExtendedCalendarView中看不到任何具有该名称的列。如果你使用CalendarView,你可以选择将开始日期限制为你选择的日期。该函数称为-setMinDate()。我想知道如何使用ExtendedCalendarView实现同样的功能