'宣言 Public Function ToUniversalTime( _ ByVal local As System.Date _ ) As System.Date
public System.DateTime ToUniversalTime( System.DateTime local )
パラメータ
- local
- The local time to convert.
戻り値の型
The UTC DateTime.
'宣言 Public Function ToUniversalTime( _ ByVal local As System.Date _ ) As System.Date
public System.DateTime ToUniversalTime( System.DateTime local )
例外 | 解説 |
---|---|
System.NotSupportedException | Thrown if the method failed due to missing platform support. |