Click or drag to resize

FieldKernelDateFormatPattern Method

Defines how DateTime values are formatted and displayed, depending on the DateCulture defined.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string DateFormatPattern(
	FieldDisplayFormat formatType
)

Parameters

formatType
Type: NetQuarry.DataFieldDisplayFormat
The type of formatting to perform.

Return Value

Type: String
A string representation of the proper pattern.
See Also