标签:time

  • java.time.LocalTime minusHours()方法

    java time LocalTime minusHours(longhoursToSubtract)方法返回此LocalTime的副本,并减去指定的小时数。1语法publicLocalTimeminusHours(l

  • java.time.LocalTime minus()方法

    java time LocalTime minus(longamountToSubtract,TemporalUnitunit)方法返回此时间的副本,并减去指定的量。1语法publicLocalTimeminus(l

  • java.time.LocalTime isSupported()方法

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

  • java.time.LocalTime isBefore()方法

    java time LocalTime isBefore(LocalTimeother)方法检查此时间是否在指定时间之前。1语法publicbooleanisBefore(LocalTimeother)2参数other

  • java.time.LocalTime isAfter()方法

    java time LocalTime isAfter(LocalTimeother)方法检查此时间是否在指定时间之后。1语法publicbooleanisAfter(LocalTimeother)2参数other:

  • java.time.LocalTime hashCode()方法

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

  • java.time.LocalTime getSecond()方法

    java time LocalTime getSecond()方法获取秒钟字段。1语法publicintgetSecond()2参数无3返回值一分钟中的秒数,值范围从0到59。4示例packag

  • java.time.LocalTime getNano()方法

    java time LocalTime getNano()方法获取nano-of-second字段。1语法publicintgetNano()2参数无3返回值纳秒,从0到999,999,999范围。4示例pac

  • java.time.LocalTime getMinute()方法

    java time LocalTime getMinute()方法获得微小的小时领域。1语法publicintgetMinute()2参数无3返回值分钟,从0到59。4示例packagecom yiidi

  • java.time.LocalTime getLong()方法

    java time LocalTime getLong(TemporalFieldfield)方法从此时间获取指定字段的long值。1语法publiclonggetLong(TemporalFieldfield)2参数fi