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

DateFieldDefinition..::..HasDateFormatString Method

Sets the date format string to override the default formatting based on the DateType property.

Namespace:  RingSoft.DbLookup.ModelDefinition.FieldDefinitions
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


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

Parameters

value
Type: String
The new format string value.

Return Value

This object.

Exceptions


ExceptionCondition
ArgumentExceptionInvalid date format string.