Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
使用指定的年、月、日、小时、分钟、秒、纳秒、时区小时和时区分钟来构造新的 [TimestampWithTimeZone]。
TimestampWithTimeZone.TimestampWithTimeZone( int year, int month, int date, int hour, int minute, int second, int nano, int tz_hour, int tz_minute )
year 年份减去 1900。
month 从 0 到 11 的整数。
date 从 1 到 31 的整数。
hour 从 0 到 23 的整数。
minute 从 0 到 59 的整数。
second 从 0 到 59 的整数。
nano 从 0 到 999,999,999 的整数。
tz_hour 从 -14 到 14 的整数。
tz_minute 从 0 到 59 的整数。
java.lang.IllegalArgumentException 如果 [tz_minute] 不在 0 - 59 之间或 [tz_hour] 不在相应范围内,则抛出该异常。