Version

FormatAggregatedDate Method (RVBaseFormattingService)

Returns the formatted text representation for a given aggregated DateTime data.
Syntax
'Declaration
 
Public Overridable Function FormatAggregatedDate( _
   ByVal value As Date, _
   ByVal type As RVDashboardDataType, _
   ByVal aggregation As RVDashboardDateAggregationType, _
   ByVal formatting As RVDateFormattingSpec _
) As String
public virtual string FormatAggregatedDate( 
   DateTime value,
   RVDashboardDataType type,
   RVDashboardDateAggregationType aggregation,
   RVDateFormattingSpec formatting
)

Parameters

value
The DateTime data
type
The specific data type of the DateTime data
aggregation
The specific period of time
formatting
The formatting options set in the dashboard for this date value
Requirements

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

See Also