diff --git a/src/SQLiteAsync.cs b/src/SQLiteAsync.cs
index ac82d828..93d27ff1 100644
--- a/src/SQLiteAsync.cs
+++ b/src/SQLiteAsync.cs
@@ -101,6 +101,12 @@ public SQLiteAsyncConnection (SQLiteConnectionString connectionString)
///
public int LibVersionNumber => GetConnection ().LibVersionNumber;
+ ///
+ /// The format to use when storing DateTime properties as strings. Ignored if StoreDateTimeAsTicks is true.
+ ///
+ /// The date time string format.
+ public string DateTimeStringFormat => GetConnection ().DateTimeStringFormat;
+
///
/// The amount of time to wait for a table to become unlocked.
///