public class CalendarDay extends Object
| Constructor and Description |
|---|
CalendarDay(String date,
String localizedDateFormat,
int dayOfWeek,
int week,
int yearOfWeek) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDate() |
int |
getDayOfWeek() |
String |
getLocalizedDateFormat() |
int |
getWeek() |
int |
getYearOfWeek() |
Copyright © 2016 Vaadin Ltd. All rights reserved.