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
)
Protected Function DateFormatPattern (
formatType As FieldDisplayFormat
) As String
Parameters
- formatType
- Type: NetQuarry.DataFieldDisplayFormat
The type of formatting to perform.
Return Value
Type:
StringA string representation of the proper pattern.
See Also