I have the following user setting defined in app.config:
<userSettings>
<MyProject.Properties.Settings>
<setting name="LastProcessedDate" serializeAs="String">
<value>07/06/2010 13:05:10</value>
</setting>
</MyProject.Properties.Settings>
</userSettings>
Is there a way to specify that this setting should be serialized with the milliseconds - e.g. 07/06/2010 13:05:10.181
- so that I can accurately compare it to a SQL Server datetime field?