Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定のタイムゾーンオフセットで指定された DateTime と同じ日付と時刻を含む DateTimeWithTimeZone を構成します。
Public Sub New( ByVal dt As Date, ByVal tz_hour As Integer, ByVal tz_minute As Integer )
public DateTimeWithTimeZone(DateTime dt, int tz_hour, int tz_minute)
dt 日付と時刻の部分。
tz_hour タイムゾーンオフセットの時間 (-12 ~ 14)
tz_minute タイムゾーンオフセットの分 (-59 ~ 59)。tz_hour が正でない場合にのみ、負の値を指定できます。
System.ArgumentOutOfRangeException tz_hour または tz_minute が範囲外の場合にスローされます。