Gedatadaterange(), Getgapminutesmin(), Getlocale() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 160: Setdatadaterange(immutabledaterange), Setlocale(locale), Gedatadaterange, Getgapminutesmin, Getlocale, Setdatadaterange, Immutabledaterange

(continued from last page)
Property: The time zone to set for every created
com.miginfocom.calendar.activity.Activity
.
This method will recreated the demo data which may take some time.
Parameters:
timeZone
- The new time zone to use. May be
null
.
getLocale
public Locale getLocale()
Property: The locale to set for every created
com.miginfocom.calendar.activity.Activity
.
Returns:
The current locale used. May be
null
.
setLocale
public void setLocale(Locale locale)
Property: The locale to set for every created
com.miginfocom.calendar.activity.Activity
.
This method will recreated the demo data which may take some time.
Parameters:
locale
- The new time zone to use. May be
null
.
geDataDateRange
public ImmutableDateRange geDataDateRange()
Property: The date range that the demo data will be created for. Not
null
.
Returns:
The current range. Not
null
.
setDataDateRange
public void setDataDateRange(ImmutableDateRange dateRange)
Property: The date range that the demo data will be created for. Not
null
.
The demo data will not be recreated. Call
recreateDemoData()
for that.
Parameters:
dateRange
- The new range. Not
null
.
getGapMinutesMin
public int getGapMinutesMin()
Property: The minimum minutes that has to pass between two generated activities. If a negative value they may sometimes
overlap.
Returns:
The current number of minutes. May be negative.
Page 160 of 196
com.miginfocom.beans.DemoDataBean