Have you tried to store décimals in binary as well? :-) You could just use a custom type. That way you would load and persist dates the way you want .
Envoyé de mon iPhone > Le 15 avr. 2015 à 21:38, Richard <[email protected]> a écrit : > > I'm currently using/storing all date-related data as strings, and NOT as > DateTime types; however, this seems to cause serialization issues and > throwing DateTimeOffSet exceptions in NH. > > Am I not allowed to use strings for all my date time data? > > I would appreciate any help. > > Thanks. > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/nhusers. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
