标签:time

  • java.time.YearMonth lengthOfMonth()方法

    java time Year lengthOfMonth()方法返回月份的长度,并考虑年份。1语法publicintlengthOfMonth()2参数无3返回值以天为单位的月份长度,从2

  • java.time.YearMonth isValidDay()方法

    java time Year isValidDay(intdayOfMonth)方法检查每月的日期是否有效。1语法publicbooleanisValidDay(intdayOfMonth)2参数dayOfMonth:要

  • java.time.YearMonth isSupported()方法

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

  • java.time.YearMonth isLeap()方法

    java time Year isLeap()方法检查年份是否为闰年。1语法publicstaticbooleanisLeap(intyear)2参数year:检查是否为闰年。3返回值如果年份是

  • java.time.YearMonth isLeapYear()方法

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

  • java.time.YearMonth isBefore()方法

    java time Year isBefore(YearMonthother)方法检查此年月是否在指定的年月之前。1语法publicbooleanisBefore(YearMonthother)2参数other:

  • java.time.YearMonth isAfter()方法

    java time Year isAfter(YearMonthother)方法检查此年月是否在指定的年月之后。1语法publicbooleanisAfter(YearMonthother)2参数other:与

  • java.time.YearMonth hashCode()方法

    java time Year hashCode()方法返回此YearMonth的哈希码。1语法publicinthashCode()2参数无3返回值该方法返回一个合适的哈希码。4示例packa

  • java.time.YearMonth getYear()方法

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

  • java.time.YearMonth getMonthValue()方法

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