ISQLiteConnectionStringBuilderDateTimeFormat Property |
See SQLite docs.
Namespace: VirtualRadar.Interface.SQLiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax SQLiteDateFormats DateTimeFormat { get; set; }
Property DateTimeFormat As SQLiteDateFormats
Get
Set
property SQLiteDateFormats DateTimeFormat {
SQLiteDateFormats get ();
void set (SQLiteDateFormats value);
}
abstract DateTimeFormat : SQLiteDateFormats with get, set
Property Value
Type:
SQLiteDateFormatsSee Also