Package org.zkoss.calendar.api
Interface RenderContext
-
public interface RenderContextA RenderContext encapsulates the information needed to produce a specific rendering from a Calendars.- Author:
- jumperchen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeZonegetTimeZone()Returns the current time zone of the calendar.
-
-
-
Method Detail
-
getTimeZone
TimeZone getTimeZone()
Returns the current time zone of the calendar.
-
-