By Bhaumik, 10 December, 2025 Forums Gurux.DLMS HI Mikko, I am trying to convert string value to GXTime. In that got GXTime gXTime = new GXTime("07:00:00"); String '07:00:00' was not recognized as a valid DateTime. Can you please provide update in c#. As I have to convert multiple entries. Hi, Check what format your… Hi, Check what format your PC use. Your PC might use a dot as a separator. Like this: GXTime gXTime = new GXTime("07.00.00"); BR, Mikko
Hi, Check what format your… Hi, Check what format your PC use. Your PC might use a dot as a separator. Like this: GXTime gXTime = new GXTime("07.00.00"); BR, Mikko
Hi, Check what format your…
Hi,
Check what format your PC use. Your PC might use a dot as a separator. Like this:
GXTime gXTime = new GXTime("07.00.00");
BR,
Mikko