Skip to content

Commit

Permalink
Add DateFormat to async conneciton
Browse files Browse the repository at this point in the history
  • Loading branch information
praeclarum committed Sep 20, 2019
1 parent 9f7c08c commit 3314490
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SQLiteAsync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ public SQLiteAsyncConnection (SQLiteConnectionString connectionString)
/// </summary>
public int LibVersionNumber => GetConnection ().LibVersionNumber;

/// <summary>
/// The format to use when storing DateTime properties as strings. Ignored if StoreDateTimeAsTicks is true.
/// </summary>
/// <value>The date time string format.</value>
public string DateTimeStringFormat => GetConnection ().DateTimeStringFormat;

/// <summary>
/// The amount of time to wait for a table to become unlocked.
/// </summary>
Expand Down

0 comments on commit 3314490

Please sign in to comment.