Class CalHelper.UglyCalendar
- java.lang.Object
-
- java.util.Calendar
-
- java.util.GregorianCalendar
-
- de.uplanet.lucy.server.auxiliaries.calendar.CalHelper.UglyCalendar
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<Calendar>
- Enclosing class:
- CalHelper
@Deprecated public static final class CalHelper.UglyCalendar extends GregorianCalendar
Deprecated.Since 2015-09-17.Copied from de.uplanet.lucy.server.util.Up-Calendar Do not use this class.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.Calendar
Calendar.Builder
-
-
Field Summary
-
Fields inherited from class java.util.GregorianCalendar
AD, BC
-
Fields inherited from class java.util.Calendar
ALL_STYLES, AM, AM_PM, APRIL, AUGUST, DATE, DAY_OF_MONTH, DAY_OF_WEEK, DAY_OF_WEEK_IN_MONTH, DAY_OF_YEAR, DECEMBER, DST_OFFSET, ERA, FEBRUARY, FIELD_COUNT, FRIDAY, HOUR, HOUR_OF_DAY, JANUARY, JULY, JUNE, LONG, LONG_FORMAT, LONG_STANDALONE, MARCH, MAY, MILLISECOND, MINUTE, MONDAY, MONTH, NARROW_FORMAT, NARROW_STANDALONE, NOVEMBER, OCTOBER, PM, SATURDAY, SECOND, SEPTEMBER, SHORT, SHORT_FORMAT, SHORT_STANDALONE, SUNDAY, THURSDAY, TUESDAY, UNDECIMBER, WEDNESDAY, WEEK_OF_MONTH, WEEK_OF_YEAR, YEAR, ZONE_OFFSET
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CalHelper.UglyCalendar
createCopy()
Deprecated.String
getStr()
Deprecated.String
getStrGMT()
Deprecated.String
getStrUTC()
Deprecated.boolean
isEqualDay(CalHelper.UglyCalendar p_calendar)
Deprecated.boolean
isFriday()
Deprecated.boolean
isMonday()
Deprecated.boolean
isSaturday()
Deprecated.boolean
isSunday()
Deprecated.boolean
isThursday()
Deprecated.boolean
isTuesday()
Deprecated.boolean
isWednesday()
Deprecated.void
setTimeInGMT(String p_strISOTimeInUTC)
Deprecated.void
setTimeInLocale(String p_strISOTime)
Deprecated.void
setTimeInUTC(String p_strISOTimeInUTC)
Deprecated.void
setToBeginOfDay()
Deprecated.void
setToEndOfDay()
Deprecated.-
Methods inherited from class java.util.GregorianCalendar
add, clone, equals, from, getActualMaximum, getActualMinimum, getCalendarType, getGreatestMinimum, getGregorianChange, getLeastMaximum, getMaximum, getMinimum, getTimeZone, getWeeksInWeekYear, getWeekYear, hashCode, isLeapYear, isWeekDateSupported, roll, roll, setGregorianChange, setTimeZone, setWeekDate, toZonedDateTime
-
Methods inherited from class java.util.Calendar
after, before, clear, clear, compareTo, get, getAvailableCalendarTypes, getAvailableLocales, getDisplayName, getDisplayNames, getFirstDayOfWeek, getInstance, getInstance, getInstance, getInstance, getMinimalDaysInFirstWeek, getTime, getTimeInMillis, isLenient, isSet, set, set, set, set, setFirstDayOfWeek, setLenient, setMinimalDaysInFirstWeek, setTime, setTimeInMillis, toInstant, toString
-
-
-
-
Method Detail
-
getStr
@Deprecated public String getStr()
Deprecated.
-
getStrUTC
@Deprecated public String getStrUTC()
Deprecated.
-
getStrGMT
@Deprecated public String getStrGMT()
Deprecated.
-
isEqualDay
@Deprecated public boolean isEqualDay(CalHelper.UglyCalendar p_calendar)
Deprecated.
-
setToBeginOfDay
@Deprecated public void setToBeginOfDay()
Deprecated.
-
setToEndOfDay
@Deprecated public void setToEndOfDay()
Deprecated.
-
setTimeInUTC
@Deprecated public void setTimeInUTC(String p_strISOTimeInUTC) throws ParseException
Deprecated.- Throws:
ParseException
-
setTimeInGMT
@Deprecated public void setTimeInGMT(String p_strISOTimeInUTC) throws ParseException
Deprecated.- Throws:
ParseException
-
setTimeInLocale
@Deprecated public void setTimeInLocale(String p_strISOTime) throws ParseException
Deprecated.- Throws:
ParseException
-
isMonday
@Deprecated public boolean isMonday()
Deprecated.
-
isTuesday
@Deprecated public boolean isTuesday()
Deprecated.
-
isWednesday
@Deprecated public boolean isWednesday()
Deprecated.
-
isThursday
@Deprecated public boolean isThursday()
Deprecated.
-
isFriday
@Deprecated public boolean isFriday()
Deprecated.
-
isSaturday
@Deprecated public boolean isSaturday()
Deprecated.
-
isSunday
@Deprecated public boolean isSunday()
Deprecated.
-
createCopy
@Deprecated public CalHelper.UglyCalendar createCopy()
Deprecated.
-
-