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

LookupFormulaColumnDefinition..::..HasDateType Method

Sets the type of the date.

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

Syntax


public LookupFormulaColumnDefinition HasDateType(
	DbDateTypes value
)
Public Function HasDateType ( _
	value As DbDateTypes _
) As LookupFormulaColumnDefinition
public:
LookupFormulaColumnDefinition^ HasDateType(
	DbDateTypes^ value
)

Parameters

value
Type: RingSoft.DbLookup.QueryBuilder..::..DbDateTypes
The new DbDateTypes value.

Return Value

This object.