类 DateDescriptorImpl
java.lang.Object
spring.turbo.bean.DateDescriptorImpl
- 所有已实现的接口:
Serializable,Comparable<DateDescriptor>,DateDescriptor
时间维度的具体实现
- 从以下版本开始:
- 1.1.4
- 作者:
- 应卓
- 另请参阅:
-
构造器概要
构造器构造器说明DateDescriptorImpl(String string) DateDescriptorImpl(String string, WeekOption weekOption) DateDescriptorImpl(LocalDate date) DateDescriptorImpl(LocalDate date, WeekOption weekOption) -
方法概要
从接口继承的方法 spring.turbo.bean.DateDescriptor
after, afterOrSameDate, before, beforeOrSameDate, sameDate, toCalendar, toDate
-
构造器详细资料
-
DateDescriptorImpl
-
DateDescriptorImpl
-
DateDescriptorImpl
-
DateDescriptorImpl
-
-
方法详细资料
-
getCenturyString
- 指定者:
getCenturyString在接口中DateDescriptor
-
getDayString
- 指定者:
getDayString在接口中DateDescriptor
-
getPrevDayString
- 指定者:
getPrevDayString在接口中DateDescriptor
-
getNextDayString
- 指定者:
getNextDayString在接口中DateDescriptor
-
getYearString
- 指定者:
getYearString在接口中DateDescriptor
-
isLeapYear
public boolean isLeapYear()- 指定者:
isLeapYear在接口中DateDescriptor
-
getPrevYearString
- 指定者:
getPrevYearString在接口中DateDescriptor
-
getNextYearString
- 指定者:
getNextYearString在接口中DateDescriptor
-
getYearMonthString
- 指定者:
getYearMonthString在接口中DateDescriptor
-
getYearQuarterString
- 指定者:
getYearQuarterString在接口中DateDescriptor
-
getPrevYearQuarterString
- 指定者:
getPrevYearQuarterString在接口中DateDescriptor
-
getNextYearQuarterString
- 指定者:
getNextYearQuarterString在接口中DateDescriptor
-
getPrev4YearQuarterString
- 指定者:
getPrev4YearQuarterString在接口中DateDescriptor
-
getNext4YearQuarterString
- 指定者:
getNext4YearQuarterString在接口中DateDescriptor
-
getPrevYearMonthString
- 指定者:
getPrevYearMonthString在接口中DateDescriptor
-
getNextYearMonthString
- 指定者:
getNextYearMonthString在接口中DateDescriptor
-
getPrev12YearMonthString
- 指定者:
getPrev12YearMonthString在接口中DateDescriptor
-
getNext12YearMonthString
- 指定者:
getNext12YearMonthString在接口中DateDescriptor
-
getPrevWeekString
- 指定者:
getPrevWeekString在接口中DateDescriptor
-
getNextWeekString
- 指定者:
getNextWeekString在接口中DateDescriptor
-
getWeekString
- 指定者:
getWeekString在接口中DateDescriptor
-
toLocalDate
- 指定者:
toLocalDate在接口中DateDescriptor
-
toDate
- 指定者:
toDate在接口中DateDescriptor
-
toCalendar
- 指定者:
toCalendar在接口中DateDescriptor
-
getWeekOption
- 指定者:
getWeekOption在接口中DateDescriptor
-
getZodiac
- 指定者:
getZodiac在接口中DateDescriptor
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- 指定者:
compareTo在接口中Comparable<DateDescriptor>
-