Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定された年、月、日、時間、分、秒、ミリ秒、タイムゾーンの時間、タイムゾーンの分を含む DateTimeWithTimeZone を構成します。
Public Sub New( ByVal year As Integer, ByVal month As Integer, ByVal day As Integer, ByVal hour As Integer, ByVal minute As Integer, ByVal second As Integer, ByVal millisecond As Integer, ByVal tz_hour As Integer, ByVal tz_minute As Integer )
public DateTimeWithTimeZone( int year, int month, int day, int hour, int minute, int second, int millisecond, int tz_hour, int tz_minute )
year 年 (1 ~ 9999)
month 月 (1 ~ 12)
day 日 (1 ~ month の日数)
hour 時間 (0 ~ 23)
minute 分 (0 ~ 59)
second 秒 (0 ~ 59)
millisecond ミリ秒 (1 ~ 999)
tz_hour タイムゾーンオフセットの時間 (-12 ~ 14)
tz_minute タイムゾーンオフセットの分 (-59 ~ 59)。tz_hour が正でない場合にのみ、負の値を指定できます。
System.ArgumentOutOfRangeException いずれかのパラメーターが範囲外の場合にスローされます。