Click or drag to resize

ConverterBaseDefaultDateTimeFormat Property

Allow you to set the default Date Format used for the Converter.

using the same CustomDateTimeFormat that is used in the .NET framework.

By default: "ddMMyyyy"

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public static string DefaultDateTimeFormat { get; set; }

Property Value

Type: String
See Also