java time ZonedDateTime getZone()方法获取时区,例如:"Europe Paris"。1语法publicZoneIdgetZone()2参数无3返回值时区,不是null。4示例
java time ZonedDateTime getYear()方法获取年份字段。1语法publicintgetYear()2参数无3返回值从MIN_YEAR到MAX_YEAR的年份值4示例packageco
java time ZonedDateTime getSecond()方法获取秒钟字段的值。1语法publicintgetSecond()2参数无3返回值从0到59的秒钟值。4示例packagecom y
java time ZonedDateTime getOffset()方法获取区域偏移量,例如"+01:00"。1语法publicZoneOffsetgetOffset()2参数无3返回值区域偏移,不为n
java time ZonedDateTime getNano()方法获取纳秒字段。1语法publicintgetNano()2参数无3返回值从0到999,999,999的纳秒值。4示例packagecom
java time ZonedDateTime getMonthValue()方法获取1到12之间的月份字段值。1语法publicintgetMonthValue()2参数无3返回值从1到12的月份值。
java time ZonedDateTime getMonth()方法使用Month枚举获取月份字段。1语法publicMonthgetMonth()2参数无3返回值一年中的月份值,不是null
java time ZonedDateTime getMinute()方法获取分钟时间字段。1语法publicintgetMinute()2参数无3返回值分钟值,从0到59。4示例packagecom y
java time ZonedDateTime getLong(TemporalFieldfield)方法从此日期时间获取指定字段的long值。1语法publiclonggetLong(TemporalFieldfield
java time ZonedDateTime getHour()方法获取一天中的时间字段。1语法publicintgetHour()2参数无3返回值小时值,从0到23。4示例packagecom y