SQL Server date time format
Syntax
'Declaration
Public Const SQLTimeFormat As String
'Usage
Dim value As String
value = Utils.SQLTimeFormat
public const string SQLTimeFormat
public field SQLTimeFormat: String; Const
public constvar SQLTimeFormat : String;
public: const string* SQLTimeFormat
public:
const String^ SQLTimeFormat
See Also