バージョン

FormatDate メソッド

指定した日付のフォーマット済みの文字列を返します。
シンタックス
'宣言
 
Public Overridable Function FormatDate( _
   ByVal dateTime As Date, _
   ByVal formatType As DateTimeFormatType _
) As String
public virtual string FormatDate( 
   DateTime dateTime,
   DateTimeFormatType formatType
)

パラメータ

dateTime
フォーマットする日時。
formatType
日時の書式を指定する列挙体。

戻り値の型

フォーマットされた文字列。
参照