'宣言 Public Function ToLocalTime( _ ByVal dateTime As System.Date _ ) As System.Date
public System.DateTime ToLocalTime( System.DateTime dateTime )
パラメータ
- dateTime
- The UTC time to convert.
戻り値の型
The local time.
'宣言 Public Function ToLocalTime( _ ByVal dateTime As System.Date _ ) As System.Date
public System.DateTime ToLocalTime( System.DateTime dateTime )
例外 | 解説 |
---|---|
System.ArgumentException | The Kind property of dateTime is Local. |