Constructs a new TimestampWithTimeZone with the specified year, month, date, hour minute, second, nano, time zone hour and time zone minute.
TimestampWithTimeZone.TimestampWithTimeZone( int year, int month, int date, int hour, int minute, int second, int nano, int tz_hour, int tz_minute )
year The year minus 1900
month 0 to 11
date 1 to 31
hour 0 to 23
minute 0 to 59
second 0 to 59
nano 0 to 999,999,999
tz_hour -14 to 14
tz_minute 0 to 59
java.lang.IllegalArgumentException if tz_minute is not in 0 - 59 or tz_hour is not in -14 - 14
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |