Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULCreateParms class

TimeFormat property Next Page

TimestampFormat property


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

Syntax

Visual Basic

Public Property TimestampFormat As String

C#

public string TimestampFormat {get;set;}

Property value

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).

Exceptions