标签:time

  • java.time.LocalDate lengthOfYear()方法

    java time LocalDate lengthOfYear()方法返回此日期表示的年份长度。1语法publicintlengthOfYear()2参数无3返回值如果年份是闰年,则返回值

  • java.time.LocalDate lengthOfMonth()方法

    java time LocalDate lengthOfMonth()方法返回此日期表示的月份长度。1语法publicintlengthOfMonth()2参数以天为单位的月份长度。3返回值以

  • java.time.LocalDate isSupported()方法

    java time LocalDate isSupported(TemporalFieldfield)方法检查是否支持指定的字段。1语法publicbooleanisSupported(TemporalFieldfield)2

  • java.time.LocalDate isLeapYear()方法

    java time LocalDate isLeapYear()方法检查年份是否为闰年。1语法publicbooleanisLeapYear()2参数无3返回值如果年份是闰年则为true,否则为

  • java.time.LocalDate isEqual()方法

    java time LocalDate isEqual(ChronoLocalDateother)方法检查此日期是否等于指定日期。1语法publicbooleanisEqual(ChronoLocalDateother)2

  • java.time.LocalDate isBefore()方法

    java time LocalDate isBefore(ChronoLocalDateother)方法检查此日期是否在指定日期之前。1语法publicbooleanisBefore(ChronoLocalDateothe

  • java.time.LocalDate isAfter()方法

    java time LocalDate isAfter(ChronoLocalDateother)方法检查此日期是否在指定日期之后。1语法publicbooleanisAfter(ChronoLocalDateother)

  • java.time.LocalDate hashCode()方法

    java time LocalDate hashCode()方法获取此日期的哈希码。1语法publicinthashCode()2参数无3返回值该方法返回合适的哈希码。4示例packageco

  • java.time.LocalDate getYear()方法

    java time LocalDate getYear()方法获取年份字段。1语法publicintgetYear()2参数无3返回值年份,从MIN_YEAR到MAX_YEAR。4示例packagecom yi

  • java.time.LocalDate getMonthValue()方法

    java time LocalDate getMonthValue()方法获取1到12之间的月份字段。1语法publicintgetMonthValue()2参数无3返回值月份,从1到12。4示例pac