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

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULCreateParms クラス

 

TimeFormat プロパティ

データベースで文字列変換に使用される時刻フォーマットを指定します。

構文
Visual Basic
Public Property TimeFormat As String
C#
public string  TimeFormat { get; set; }
プロパティ値

時刻フォーマットを指定する文字列。値が NULL 参照 (Visual Basic の Nothing) の場合、データベースでは "HH:NN:SS.SSS" が使用されます。C# では、パス内の円記号をエスケープするか、アットマーク (@) で囲まれた文字列リテラルを使用する必要があります。デフォルト値は NULL 参照 (Visual Basic の Nothing) です。

参照