06-29-2016, 11:08 AM
I am in need to build an IStringMap structure, with key computer time. I understand that it is only strings that this structure may accommodate. Therefore, how should I convert :
to store it in IStringMap and have structure sorted by time.
I have tried storing :
the correct DateTime value is stored and sorted by I failed in finding a way to convert this string back to DateTime.
Any advice is mostly appreciated.
Quote:x.FromComputerTime
to store it in IStringMap and have structure sorted by time.
I have tried storing :
Quote:_s=x
the correct DateTime value is stored and sorted by I failed in finding a way to convert this string back to DateTime.
Any advice is mostly appreciated.