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

DateFieldDefinition..::..HasDateType Method

Sets the type of the date.

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

Syntax


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

Parameters

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

Return Value

This object.