Version

GetFieldEditorDefaultDateTimeFormats Method (RVBaseFormattingService)

This method would be invoked when formatting options are needed to display a field editor
Syntax
'Declaration
 
Public Overridable Function GetFieldEditorDefaultDateTimeFormats( _
   ByVal type As RVDashboardDataType _
) As List(Of String)
public virtual List<string> GetFieldEditorDefaultDateTimeFormats( 
   RVDashboardDataType type
)

Parameters

type
The type of the field which default formats are needed for. Value could be Date, Time or DateTime.

Return Value

Returns a list with default date format strings to be used in the field editor date formatting options.
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