Method Summary |
|
protected void | configureCalendar(Calendar calendar) Configures the given Calendar instance by applying all defined fields to it. |
public String | getDayOfMonthField() Returns the name of the field that contains the day of the month. |
public String | getDayOfWeekField() Returns the name of the field that contains the day-of-the-week. |
public String | getDayOfWeekInMonthField() Returns the name of the field that contains the day of the week in the current month. |
public String | getDayOfYearField() Returns the name of the field that contains the day of the year. |
public String | getEpochTimeField() Returns the name of the field that contains the epoch time, that is the time in seconds since 01-Jan-1970. |
public String | getHourField() Returns the name of the field that contains the hour of the day (using the 24-hour system). |
public String | getMilliSecondField() Returns the name of the field that contains the milliseconds. |
public String | getMinuteField() Returns the name of the field that contains the minute. |
public String | getMonthField() Returns the name of the field that contains the month. |
public String | getSecondField() Returns the name of the field that contains the second. |
public String | getTimeField() Returns the name of the field that contains the time in milli-seconds since 01-Jan-1970. |
public String | getTimeZoneField() Returns the name of the field that contains the time-zone. |
public String | getWeekOfMonthField() Defines the name of the field that contains the week of the month. |
public String | getWeekOfYearField() Defines the name of the field that contains the week-of-the-year. |
public String | getYearField() Returns the name of the field that contains the year. |
public void | setDayOfMonthField(String dayOfMonthField) Defines the name of the field that contains the day of the month. |
public void | setDayOfWeekField(String dayOfWeekField) Defines the name of the field that contains the day of the week. |
public void | setDayOfWeekInMonthField(String dayOfWeekInMonthField) Defines the name of the field that contains the day of the week in the current month. |
public void | setDayOfYearField(String dayOfYearField) Defines the name of the field that contains the day of the year. |
public void | setEpochTimeField(String epochTimeField) Defines the name of the field that contains the epoch time, that is the time in seconds since 01-Jan-1970. |
public void | setHourField(String hourField) Defines the name of the field that contains the hour of the day. |
public void | setMilliSecondField(String milliSecondField) Defines the name of the field that contains the milliseconds. |
public void | setMinuteField(String minuteField) Defines the name of the field that contains the minute. |
public void | setMonthField(String monthField) Defines the name of the field that contains the month. |
public void | setSecondField(String secondField) Defines the name of the field that contains the second. |
public void | setTimeField(String timeField) Defines the name of the field that contains the time in milli-seconds since 01-Jan-1970. |
public void | setTimeZoneField(String timeZoneField) Defines the name of the field that contains the time-zone. |
public void | setWeekOfMonthField(String weekOfMonthField) Returns the name of the field that contains the week of the month. |
public void | setWeekOfYearField(String weekOfYearField) Defines the name of the field that contains the week of the year. |
public void | setYearField(String yearField) Defines the name of the field that contains the year. |