バージョン

FormatDate メソッド (RVBaseFormattingService)

指定された日時データ (指定された書式設定) の書式設定されたテキスト表現を返します。
シンタックス
'宣言
 
Public Overridable Function FormatDate( _
   ByVal value As Date, _
   ByVal type As RVDashboardDataType, _
   ByVal formatting As RVDateFormattingSpec, _
   ByVal localTimeZone As Boolean _
) As String
public virtual string FormatDate( 
   DateTime value,
   RVDashboardDataType type,
   RVDateFormattingSpec formatting,
   bool localTimeZone
)

パラメータ

value
日時データ
type
日時データの特定のデータ型(日付、時間または日時)
formatting
指定したデータ型の書式設定オプション
localTimeZone
データがローカル タイムゾーンで表示されるかどうかを示すフラグ
プラットフォーム

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照