バージョン

FormatDateRange(DateTime,DateTime,DateRangeFormatType) メソッド

一定の日時範囲についてフォーマットされた文字列を返します。
シンタックス
'宣言
 
Public Overloads Overridable Function FormatDateRange( _
   ByVal start As Date, _
   ByVal end As Date, _
   ByVal formatType As DateRangeFormatType _
) As String
public virtual string FormatDateRange( 
   DateTime start,
   DateTime end,
   DateRangeFormatType formatType
)

パラメータ

start
開始日時。
end
開始日時。
formatType
日時範囲の書式を指定する列挙体。

戻り値の型

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