DateFormat property

Specifies the date format used for string conversions by the new database.

Syntax
Visual Basic
Public Property DateFormat As String
C#
public string  DateFormat { get; set; }
Property value

A string specifying the date format. If the value is a null reference (Nothing in Visual Basic), the database will use "YYYY-MM-DD". In C#, you must escape any backslash characters in paths or use @-quoted string literals. The default is a null reference (Nothing in Visual Basic).

See also