Specifies the time format used for string conversions by the new database.
Visual Basic
Public Property TimeFormat As String
C#
public string TimeFormat {get;set;}
A string specifying the time format. If the value is a null reference (Nothing in Visual Basic), the database will use "HH:NN:SS.SSS". 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).
ArgumentException - The value contained a semicolon (;), or began with either a single quote (') or a double quote (").