Using DateTime in Seq query
Hi everyone, I have trouble doing the following thing. For each info I log, I have my own parameter(not the log time) called time using DateTime variable in C#. Each of my info has its own time and a message. Then what I tried to do only showing the earliest dateTime for each message. For example, if I have two info with the same message "Warning: XXX missing" both on
2020-04-16T20:10:35.4630000 and 2020-04-12T20:10:35.4630000. Then on the dashboard for this message I want to have the date 2020-04-12T20:10:35.4630000 which is the earlier one. Does anyone try to do the same thing? Thanks
Posted by Ariel Tan over 2 years ago