RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbLookup.Lookup Namespace
RingSoft.DbMaintenance Namespace

LookupFormulaColumnDefinition..::..HasDateFormatString Method

Sets the date format string.

Namespace:  RingSoft.DbLookup.Lookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public LookupFormulaColumnDefinition HasDateFormatString(
	string value
)
Public Function HasDateFormatString ( _
	value As String _
) As LookupFormulaColumnDefinition
public:
LookupFormulaColumnDefinition^ HasDateFormatString(
	String^ value
)

Parameters

value
Type: String
The date format string.

Return Value

This object.

Exceptions


ExceptionCondition
ArgumentExceptionInvalid date format string.