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 不在 -14 - 14 之间