Attributes |
Name | Required | Request-time | Type | Description |
data | false | true | java.util.Set | A given set of integers, corresponding to a day of the chosen month, to mark with a dot. |
day | false | true | int | A day of the month to highlight in the calendar. |
headerFormat | false | true | java.text.Format | A format for the header. |
headerPattern | false | true | java.lang.String | A pattern for the calendar header. A possible value is MMM/dd/yyyy . |
month | true | true | int | A month of the year to display at the top of the calendar. |
showAllPotentialWeeks | false | true | boolean | Whether to display up to six calendar weeks relative to the set day. If the set day of the month is in the latter part of the month, the current month's weeks will be displayed and up to two weeks of the next month will be displayed. The default value is false . |
year | true | true | int | A year to display at the top of the calendar. |