Allow a user to change the type used for the IItemWithTimestamps interface
SeanFarrow opened this issue · 2 comments
SeanFarrow commented
I currently use Nodatime to do all my date/time work.
It would be nice if the IItemWithTimestamps interface was generic so I could directly use this without going through a conversion
mumby0168 commented
Hi @SeanFarrow IItemWithTimestamps
is just our custom extension on the initial IItem
I am sure you could create your own version which uses Nodatime
. It's not something I have used before.
SeanFarrow commented
OK, that makes complete sense, thanks.