'宣言 Protected Overridable Function DateTimeToString( _ ByVal dlp As DataLinkParams, _ ByVal value As System.Date _ ) As System.String
'使用法 Dim instance As DataLinkBase Dim dlp As DataLinkParams Dim value As System.Date Dim value As System.String value = instance.DateTimeToString(dlp, value)
パラメータ
- dlp
- The DataLinkParams.EncloseParameterValues parameter specifies whether the string should be surrounded by delimiters.
- value
- The System.DateTime to be converted to string.
戻り値の型
A System.DateTime converted to string.