Specifies the timestamp format used for string conversions by the new database.
Visual Basic Public Property TimestampFormat As String
C# public string TimestampFormat { get; set; }
A string specifying the timestamp format. If the value is a null reference (Nothing in Visual Basic), the database will use "YYYY-MM-DD 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).
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |