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 が適切な範囲内でない場合にスローされます。