How to use DateTime Util/DateTime Variable capture Second and Millisecond value?
I need to insert logs to database, one of the data field needed is the Transaction Start Time, I used below methods to capture the DateTime Value, but when it pass to database (Microsoft SQL Server), it does not have Second and Millisecond Value.
Could anyone please help to guide how to correct? thanks!!!