FlexReport for WinForms
DateTimeToString メソッド


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > DataLinkBase クラス : DateTimeToString メソッド
The DataLinkParams.EncloseParameterValues parameter specifies whether the string should be surrounded by delimiters.
The System.DateTime to be converted to string.
Represents a System.DateTime value as a string.
シンタックス
'宣言
 
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)
protected virtual System.string DateTimeToString( 
   DataLinkParams dlp,
   System.DateTime 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.
参照

参照

DataLinkBase クラス
DataLinkBase メンバ