.NET 6 DateOnly
and TimeOnly
#220
-
Can we make use of |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I have not added support for DateOnly and TimeOnly as yet. The current release will be compatible with .NET 5 and 6, so it requires only to use cross-compatible types. |
Beta Was this translation helpful? Give feedback.
-
I'm resurrecting this thread because I've started working on it. There are several pieces that are needed before I can declare "done" Server side:
Client side (online):
Client side (offline - sqlite):
Obviously, offline - litedb isn't a consideration yet because LiteDb isn't available client-side yet, but it should make the comparisons easier (since LiteDb understands dates and times much better than SQLite) As of today, the server side is complete. Client side is pending. |
Beta Was this translation helpful? Give feedback.
I have not added support for DateOnly and TimeOnly as yet. The current release will be compatible with .NET 5 and 6, so it requires only to use cross-compatible types.